BlueBrain / NeuroR

A collection of tools to repair morphologies
https://neuror.readthedocs.io/
GNU Lesser General Public License v3.0
9 stars 7 forks source link

2 small issues in sanitize #77

Closed arnaudon closed 2 years ago

arnaudon commented 3 years ago

1: the check of non constant type has a wrong message, it compares with root, not parent section 2: the remove zero lenght should have a hidden warning if it does it, and a strong warning if it removes a root section, as the whole tree will be removed. It removes if only one point is left.