Skip to content
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

running jnml -netpyne results in error related to non0-1 parentFractionAlong #24

Open
JustasB opened this issue Jan 27, 2018 · 0 comments

Comments

@JustasB
Copy link
Contributor

JustasB commented Jan 27, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant