Skip to content

Commit

Permalink
Clear gid before start testing
Browse files Browse the repository at this point in the history
  • Loading branch information
danilobenozzo committed Aug 5, 2024
1 parent 0143a78 commit e734d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class TestNeuronMultichunk(
):
def setUp(self):
super().setUp()
p.parallel.gid_clear()
for ct in self.network.cell_types.values():
ct.spatial.morphologies = ["2comp"]
hh_soma = {
Expand Down

0 comments on commit e734d1d

Please sign in to comment.