Skip to content

Commit 4b0d442

Browse files
authored
Merge pull request #143 from SpiNNakerManchester/test_updater
results from script builder
2 parents a213a49 + 64a85bb commit 4b0d442

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

integration_tests/test_scripts.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)