You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sanitize/removeUnifurcations was disabled on morphology reading, some checks besides unifurcation were disabled as well. It happened because WARNING_WRONG_DUPLICATE happened on sanitize and it checked for multiple edge cases.
For example, this file does not give any warning now, however the child does not continue the parent.
asanin-epfl
changed the title
SWC sections are ignored if they attached not to the first soma section.
SWC sections with one point are ignored.
Apr 28, 2021
asanin-epfl
changed the title
SWC sections with one point are ignored.
split WARNING_WRONG_DUPLICATE on its constituent parts.
Apr 28, 2021
asanin-epfl
changed the title
split WARNING_WRONG_DUPLICATE on its constituent parts.
Should MorphIO warn when child's first point does not equal parent's last point?
Apr 28, 2021
When
sanitize/removeUnifurcations
was disabled on morphology reading, some checks besides unifurcation were disabled as well. It happened becauseWARNING_WRONG_DUPLICATE
happened onsanitize
and it checked for multiple edge cases.For example, this file does not give any warning now, however the child does not continue the parent.
This file does not trigger any warning as well, however axon root points do not equal their parent soma points.
cc @tomdele
The text was updated successfully, but these errors were encountered: