neurom.check.neuron_checks.has_all_nonzero_section_lengths

neurom.check.neuron_checks.has_all_nonzero_section_lengths(neuron, threshold=0.0)[source]

Check presence of neuron sections with length not above threshold

Parameters:
  • neuron (Neuron) – The neuron object to test
  • threshold (float) – value above which a section length is considered
  • be non-zero (to) –
Returns:

CheckResult with result including list of ids of bad sections