-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] ExportSWC: exceptions are wrong #330
Comments
In the allen inst cell, the apical dendrites aren't included in the "dendrite_group":
Checking:
@pgleeson : I guess the apical dendrites segment group In the HL23PYR cell, there are 22 segments in the
here's verification:
I don't think the myelin segments are meant to be in any of the standard groups, so this seems correct? |
This is not actually an exception bug. The cells we tested here are valid but not completely. We just don't have a test to check that the sum of |
Using the ExportSWC class to export NeuroML2 to SWC works, but it has some checks that aren't necessarily correct for all cell models.
For example, on valid cells like the HL23PYR cell, it throws this exception:
I need to check why these numbers don't add up---where are the 22 segments? But I also see it with other cells, like this one from the Allen cells: https://github.com/OpenSourceBrain/AllenInstituteNeuroML/blob/master/CellTypesDatabase/models/NeuroML2/Cell_497232312.cell.nml
The text was updated successfully, but these errors were encountered: