Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(neuroml): simplify looking for segment parent's section
The same segment objects are used everywhere, so the segment object in `parent_seg` will also be the one used in the lists in `ordered_segs`. So, there's no need to iterate and compare ids, simply look if the object is in the list.
- Loading branch information