File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,6 @@ def test_examples_split_examples_pynnBrunnelSplit(self):
5151 def test_examples_split_examples_va_benchmark_split (self ):
5252 self .check_script ("examples/split_examples/va_benchmark_split.py" )
5353
54- def test_examples_balanced_random_balanced_random (self ):
55- self .check_script ("examples/balanced_random/balanced_random.py" )
56-
57- def test_examples_balanced_random_split_balanced_random_split (self ):
58- self .check_script ("examples/balanced_random/split/balanced_random_split.py" )
59-
6054 def test_examples_synfire_if_curr_exp_random (self ):
6155 self .check_script ("examples/synfire_if_curr_exp_random.py" )
6256
@@ -186,6 +180,9 @@ def test_examples_extra_models_examples_IF_curr_exp_ca2_adaptive(self):
186180 def test_examples_extra_models_examples_IF_cond_exp_stoc (self ):
187181 self .check_script ("examples/extra_models_examples/IF_cond_exp_stoc.py" )
188182
183+ def test_examples_wta_example (self ):
184+ self .check_script ("examples/wta_example.py" )
185+
189186 def test_balanced_random_balanced_random (self ):
190187 self .check_script ("balanced_random/balanced_random.py" )
191188
You can’t perform that action at this time.
0 commit comments