From 5a82e141bb89e2086054934e07d54dd06f2ad3df Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:18:58 +0100 Subject: [PATCH] Disable --- for now --- extremely slow tests. --- scripts/run_cpp_examples.sh | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/scripts/run_cpp_examples.sh b/scripts/run_cpp_examples.sh index b916c23594..184497eaed 100755 --- a/scripts/run_cpp_examples.sh +++ b/scripts/run_cpp_examples.sh @@ -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" @@ -49,6 +57,13 @@ skip_local=( expected_outputs=( 972 6998 + 6998 + 6998 + 6998 + 38956 + 38956 + # 38956 + # 38956 "30" "" ""