Blame run_python_examples.sh

acb7e68
#!/usr/bin/env bash
acb7e68
# Runs all Python examples
acb7e68
acb7e68
set -Eeuo pipefail
acb7e68
acb7e68
if [[ "$#" -gt 1 ]]; then
acb7e68
    echo "usage: run_python_examples.sh <prefix>"
acb7e68
	exit 1
acb7e68
fi
acb7e68
acb7e68
PREFIX=${1:-}
acb7e68
acb7e68
$PREFIX python python/example/network_ring.py
acb7e68
$PREFIX python python/example/single_cell_model.py
acb7e68
$PREFIX python python/example/single_cell_recipe.py
acb7e68
$PREFIX python python/example/single_cell_stdp.py
acb7e68
$PREFIX python python/example/brunel.py -n 400 -m 100 -e 20 -p 0.1 -w 1.2 -d 1 -g 0.5 -l 5 -t 100 -s 1 -G 50 -S 123
acb7e68
$PREFIX python python/example/single_cell_swc.py python/example/single_cell_detailed.swc
acb7e68
$PREFIX python python/example/single_cell_detailed.py python/example/single_cell_detailed.swc
acb7e68
$PREFIX python python/example/single_cell_detailed_recipe.py python/example/single_cell_detailed.swc
acb7e68
$PREFIX python python/example/single_cell_cable.py