BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
49 stars 15 forks source link

Review setting conductances when generating code for NEURON. #1190

Closed 1uc closed 3 months ago

1uc commented 4 months ago

When implementing the nonspecific current, we didn't implement setting the conductance correct. We've documented our understanding of the cable equations. The usecase for non-specific current passes, but if one looks carefully, and plots the solution, it differs between NRN + nocmodl and NRN+nmodl.

The task is to check that the conductance is set correctly when generating code for NEURON (as opposed to generating code for CoreNEURON).