Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Dec 6, 2024
1 parent 6f967c1 commit ff010a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/lib/python/neuron/rxd/species.py
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ def _do_init2(self):
d = self._d

self._secs = [
Section1D(self, sec, d, r) for r in self._regions for sec in r._secs1d
Section1D(self, sec, d, r) for r in self._regions for sec in list(r._secs1d)
]
if self._secs:
self._offset = self._secs[0]._offset
Expand Down

0 comments on commit ff010a7

Please sign in to comment.