We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import morphio m = morphio.Morphology(filename).root_sections[0].parent
raises:
MissingParentError: Cannot call Section::parent() on a root node (section id=0).
while:
import morphio m = morphio.mut.Morphology(filename).root_sections[0].parent
IndexError: map::at
It is important for readonly and mut to exhibit similar behaviour so that they can be used by algorithms interchangeably.
The text was updated successfully, but these errors were encountered:
Tom, please look if you have a moment.
Sorry, something went wrong.
Yeah I will try to check that
Elef you are the king of this ticket now congratz ! :D
eleftherioszisis
No branches or pull requests
raises:
while:
raises:
It is important for readonly and mut to exhibit similar behaviour so that they can be used by algorithms interchangeably.
The text was updated successfully, but these errors were encountered: