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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Bluepysnap should be an agnostic tool to read Sonata. Currently it forces user to load morphologies via NeuroM which is redundant and too specific. What if user wants MorphIO? Besides we can't do the same with neuron models because there are multiple possible formats. Each format requires its own library. Currently there are 5 formats => 5 additional dependencies just to read some formats. So, I decided not to introduce get in NeuronModelHelper, see PR#123