-
Notifications
You must be signed in to change notification settings - Fork 15
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
Saving the pyramidal model gives this error. When plotted has a diam... #18
Comments
@pgleeson does NeuroMl (1.8) exporter accept diameter 0? Because I can't save the Pyramidal neuron that comes as an example, due to diameter 0 in the soma.
I've checked soma has 0 ad diam in one point. |
Believe this issue is nothing to do with NeuroML. It seems to be an internal check in Neuron before it gets to export the cell. Maybe throw up a dialog box when you get this error asking if the use wants to use 0.01 for zero diam segments, and insert this before exporting? |
This is a bug in NEURON I guess. I don't think changing the data would be a good idea, and I think we should report this. consider this test
this produces:
In index 0 and 16 the diam3d is reported to be 0, while the programmer reference state that diam3d should be always positive http://www.neuron.yale.edu/neuron/static/docs/help/neuron/neuron/geometry.html#diam3d I guess this has to be flagged on the neuron forum and we will see from there |
The text was updated successfully, but these errors were encountered: