-
Notifications
You must be signed in to change notification settings - Fork 10
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] adding InhomogeneousParameter
to all
segment group does not generate correct NEURON export
#121
Labels
Comments
Extracting that to run the simulation will give the error:
The issue seems to be that the hoc file does not include a declaration of the variable (here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using
InhomogeneousParameter
in anall
segment group, the generated NEURON does not run.To Reproduce
Add an InhomogeneousParameter to an
all
segment group.Expected behavior
The NEURON export should work correctly
Observed behavior
System information:
python --version
)Python 3.11.10
pynml --help
)pyNeuroML v1.3.13 (libNeuroML v0.6.6, jNeuroML v0.13.3)
Additional context
An example simulation (with a pyramidal cell from ACNet where I was testing adding a non-uniform conductance density) is attached.
LEMS_ac_neuron.xml.neux.zip
The text was updated successfully, but these errors were encountered: