Skip to content

Commit

Permalink
Disable --- for now --- extremely slow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Dec 18, 2024
1 parent 812b2d0 commit 5a82e14
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion scripts/run_cpp_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ ok=0
# List of all examples
all_examples=(
"bench"
"brunel"
"brunel -G 1"
"brunel -G 10"
"brunel -G 100"
"brunel -G 100000"
"brunel --n-excitatory 10000 --n-inhibitory 2500 --tfinal 10 --in-degree-prop 0.1 --dt 0.01 --lambda 1.5 -g 0.8 --delay 1.0 --weight 0.00010 -G 1 --use-cable-cells"
"brunel --n-excitatory 10000 --n-inhibitory 2500 --tfinal 10 --in-degree-prop 0.1 --dt 0.01 --lambda 1.5 -g 0.8 --delay 1.0 --weight 0.00010 -G 10 --use-cable-cells"
# TODO These need to be enabled when the group size issue is fixed.
# "brunel --n-excitatory 10000 --n-inhibitory 2500 --tfinal 10 --in-degree-prop 0.1 --dt 0.01 --lambda 1.5 -g 0.8 --delay 1.0 --weight 0.00010 -G 100 --use-cable-cells"
# "brunel --n-excitatory 10000 --n-inhibitory 2500 --tfinal 10 --in-degree-prop 0.1 --dt 0.01 --lambda 1.5 -g 0.8 --delay 1.0 --weight 0.00010 -G 100000 --use-cable-cells"
"gap_junctions"
"generators"
"lfp"
Expand All @@ -49,6 +57,13 @@ skip_local=(
expected_outputs=(
972
6998
6998
6998
6998
38956
38956
# 38956
# 38956
"30"
""
""
Expand Down

0 comments on commit 5a82e14

Please sign in to comment.