BlueBrain / TMD

A python package for the topological analysis of neurons.
https://tmd.readthedocs.io/en/latest/
Other
28 stars 21 forks source link

Feat: Use MorphIO by default and fallback to internal loader in case of failure #71

Open adrien-berchet opened 1 year ago

adrien-berchet commented 1 year ago

requires https://github.com/BlueBrain/MorphIO/pull/431

This is a draft to use MorphIO as default loader. But for now MorphIO silently fixes the loaded morphologies according to arbitrary (though relevant) rules (as described in https://github.com/BlueBrain/MorphIO/issues/427), which is an issue for TMD. So we should update MorphIO to be optionally less strict before making it the default loader.