Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Mar 21, 2024
1 parent 9a2a185 commit d2937f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nest_tests/nest_multithreading_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_neuron_synapse_multithreading(self, number_of_threads: int) -> None:

nest.ResetKernel()
try:
nest.Install(self.neuron_module)
nest.Install(self.neuron_synapse_module)
except Exception:
# ResetKernel() does not unload modules for NEST Simulator < v3.7; ignore exception if module is already loaded on earlier versions
pass
Expand Down

0 comments on commit d2937f9

Please sign in to comment.