Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions integration_tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ def test_examples_split_examples_pynnBrunnelSplit(self):
def test_examples_split_examples_va_benchmark_split(self):
self.check_script("examples/split_examples/va_benchmark_split.py")

def test_examples_balanced_random_balanced_random(self):
self.check_script("examples/balanced_random/balanced_random.py")

def test_examples_balanced_random_split_balanced_random_split(self):
self.check_script("examples/balanced_random/split/balanced_random_split.py")

def test_examples_synfire_if_curr_exp_random(self):
self.check_script("examples/synfire_if_curr_exp_random.py")

Expand Down Expand Up @@ -186,6 +180,9 @@ def test_examples_extra_models_examples_IF_curr_exp_ca2_adaptive(self):
def test_examples_extra_models_examples_IF_cond_exp_stoc(self):
self.check_script("examples/extra_models_examples/IF_cond_exp_stoc.py")

def test_examples_wta_example(self):
self.check_script("examples/wta_example.py")

def test_balanced_random_balanced_random(self):
self.check_script("balanced_random/balanced_random.py")

Expand Down
Loading