Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Dec 6, 2024
1 parent 9821eaf commit 714c81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/lib/python/neuron/rxd/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _sort_secs(secs):
all_sorted = h.SectionList()
for root in root_secs:
all_sorted.wholetree(sec=root)
secs_names = dict([(sec.hoc_internal_name(), sec) for sec in secs])
secs_names = dict([(sec.hoc_internal_name(), sec) for sec in list(secs)])
# for sec in secs:
# if sec.orientation():
# raise RxDException('still need to deal with backwards sections')
Expand Down

0 comments on commit 714c81b

Please sign in to comment.