@@ -32,27 +32,27 @@ def setUp(self):
3232 os .chdir (os .path .dirname (__file__ ))
3333
3434 def test_examples_extra_models_examples_IF_cond_exp_stoc (self ):
35- self .check_script ("examples/extra_models_examples/IF_cond_exp_stoc.py" ,
35+ self .check_script ("../ examples/extra_models_examples/IF_cond_exp_stoc.py" ,
3636 use_script_dir = False )
3737 self .check_binary_used ("IF_cond_exp_stoc_neuron.aplx" )
3838
3939 def test_examples_extra_models_examples_IF_curr_exp_ca2_adaptive (self ):
40- self .check_script ("examples/extra_models_examples/IF_curr_exp_ca2_adaptive.py" ,
40+ self .check_script ("../ examples/extra_models_examples/IF_curr_exp_ca2_adaptive.py" ,
4141 use_script_dir = False )
4242 self .check_binary_used ("IF_curr_exp_ca2_adaptive_neuron.aplx" )
4343
4444 def test_examples_extra_models_examples_synfire_if_curr_dual_exp (self ):
45- self .check_script ("examples/extra_models_examples/synfire_if_curr_dual_exp.py" ,
45+ self .check_script ("../ examples/extra_models_examples/synfire_if_curr_dual_exp.py" ,
4646 use_script_dir = False )
4747 self .check_binary_used ("IF_curr_exp_dual_neuron.aplx" )
4848
4949 def test_examples_extra_models_examples_IF_curr_exp_sEMD (self ):
50- self .check_script ("examples/extra_models_examples/IF_curr_exp_sEMD.py" ,
50+ self .check_script ("../ examples/extra_models_examples/IF_curr_exp_sEMD.py" ,
5151 use_script_dir = False )
5252 self .check_binary_used ("IF_curr_exp_sEMD_neuron.aplx" )
5353
5454 def test_examples_extra_models_examples_vogel_2011_vogels_2011_live (self ):
55- self .check_script ("examples/extra_models_examples/vogel_2011/vogels_2011_live.py" ,
55+ self .check_script ("../ examples/extra_models_examples/vogel_2011/vogels_2011_live.py" ,
5656 use_script_dir = False )
5757 # test does not produce spikes in either mode
5858 self .check_binary_used ("synapses_stdp_mad_vogels_2011_additive.aplx" )
0 commit comments