BlueBrain / NeuroM

Neuronal Morphology Analysis Tool
https://neurom.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
102 stars 55 forks source link

Add has_no_back_tracking function #1113

Closed adrien-berchet closed 5 months ago

adrien-berchet commented 5 months ago

Following #1112 : add a morphology checker (return all back-tracking points of the morphology when the check fails).

codecov-commenter commented 5 months ago

Codecov Report

Merging #1113 (79219df) into master (7052c1e) will not change coverage. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1113 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 36 36 Lines 2453 2456 +3 ========================================= + Hits 2453 2456 +3 ```
adrien-berchet commented 5 months ago

Thanks!