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
Some of the NEURON developers were surprised that Python classes were not supported as an option to define cell templates -- the preferred option for cell templates is now Python classes instead of hoc templates. See eg. tutorial https://neuron.yale.edu/neuron/static/docs/neuronpython/ballandstick2.html . Also, many models on ModelDB use Python classes for cell templates: https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=229585&file=/purkinjecell/Purkinje.py#tabs-2 , https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=195615&file=/spidemo/SPI6.py#tabs-2 , https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=237653&file=/Beskow/MSN_builder.py#tabs-2 , https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=225075&file=/HirataniFukai2018/libcell.py#tabs-2
The text was updated successfully, but these errors were encountered:
Is the solution as simple as adding an additional item to the specification of valid model_templates? For example:
model_template
biophysical
single_compartment
The question is: How dynamics_params can specify parameter overrides from the template in this case?
dynamics_params
Sorry, something went wrong.
No branches or pull requests
Some of the NEURON developers were surprised that Python classes were not supported as an option to define cell templates -- the preferred option for cell templates is now Python classes instead of hoc templates. See eg. tutorial https://neuron.yale.edu/neuron/static/docs/neuronpython/ballandstick2.html . Also, many models on ModelDB use Python classes for cell templates: https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=229585&file=/purkinjecell/Purkinje.py#tabs-2 , https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=195615&file=/spidemo/SPI6.py#tabs-2 , https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=237653&file=/Beskow/MSN_builder.py#tabs-2 , https://senselab.med.yale.edu/ModelDB/ShowModel.cshtml?model=225075&file=/HirataniFukai2018/libcell.py#tabs-2
The text was updated successfully, but these errors were encountered: