We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Granule cells have several segments with parentFraction along being non 0 or 1.
For example: https://github.com/JustasB/MiglioreEtAl14_OlfactoryBulb3D/blob/master/NeuroML2/GranuleCells/Exported/Granule_0_110821.cell.nml
When they are included in a LEMS file, running the netpyne converted .py file results in the following error:
in: netpyne\neuromlFuncs.py, 810
fract = float(seg.parent.fraction_along) assert(fract==1.0 or fract==0.0)
It appears to be related to these two fractionAlong issues: NeuroML/org.neuroml.export#46 NeuroML/pyNeuroML#22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Granule cells have several segments with parentFraction along being non 0 or 1.
For example: https://github.com/JustasB/MiglioreEtAl14_OlfactoryBulb3D/blob/master/NeuroML2/GranuleCells/Exported/Granule_0_110821.cell.nml
When they are included in a LEMS file, running the netpyne converted .py file results in the following error:
in: netpyne\neuromlFuncs.py, 810
It appears to be related to these two fractionAlong issues: NeuroML/org.neuroml.export#46
NeuroML/pyNeuroML#22
The text was updated successfully, but these errors were encountered: