You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when the morphology is garbage collected before the section. Maybe we can just catch the RuntimeError and consider that the section has no parent/child when it fails? Though it may not really be what one expects when writting load_morphology(path).sections
It is indeed related to that and it is certainly an unwanted behavior. load_morphology(path).sections shouldn't fail like that. I'll check what we can do about it.
With NeuroM v4 this error is not encountered anymore because by default load_morphology returns a readonly morphio Morphology which works correctly.
However, with load_morphology(path, mutable=True).sections the same error persists.
The text was updated successfully, but these errors were encountered: