BlueBrain / MorphIO

A python and C++ library for reading and writing neuronal morphologies
https://morphio.readthedocs.io
Apache License 2.0
26 stars 22 forks source link

Prefer exception over assert. #448

Closed 1uc closed 1 year ago

1uc commented 1 year ago

This assert seems generally relevant and should be fast compared to the rest of the function which includes disk access.

mgeplf commented 1 year ago

thanks