BlueBrain / NeuroR

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

axon from dendrite discussion #96

Open arnaudon opened 2 years ago

arnaudon commented 2 years ago

I found the PR which made sanitize crash: https://github.com/BlueBrain/NeuroR/pull/52 See https://github.com/BlueBrain/NeuroM/pull/977#issuecomment-1022003459

eleftherioszisis commented 2 years ago

The homogeneity check is required for our circuits, therefore the check cannot be removed. However, it could become optional with its respective flag:

def sanitize(input_neuron, output_path, allow_inhomogeneous_trees=False)