-
Notifications
You must be signed in to change notification settings - Fork 7
Sanitize with optional inhomogeneous check #97
Conversation
I'm not sure this is a good idea, if this is not handled properly in other codes. At least here (for the few using this function) there will be a clear warning sign. If you want to merge that quickly, I would keep the check, but if this option is on, I would only raise a warning and let it pass. Otherwise, I'll wait to sort it out globally, then adapt this function so it matches whatever implementation of this axon on dendrite will be decided. |
Not at all. This is PR was mainly to probe for requirements and open a discussion. Think of it as a first draft.
Would you elaborate a bit more on this? The default usage in which
Not sure I understand this bit. Do you want to emit a warning when inhomogeneous trees are encountered? Before this change there would be a
Keep in mind that we shouldn't be too neuron-centric because there are other types of cells too. This is why I opted for a generic |
|
Indeed, but that's the purpose of the flag, to begin with, isn't it? If someone would like to work with mixed trees then it would make sense for this check to be optional.
My understanding from the following comment: BlueBrain/NeuroM#977 (comment)
Indeed. I will change it into emitting a warning when mixed trees are allowed. However, be aware of the warnings limit in Lines 85 to 96 in 79b4394
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just to test my permissions, not a real approval :)
solved here in mcar: BlueBrain/morphology-workflows#62 |
Provides the option to disable the inhomogeneous neurites check in sanitization. (#96)