-
Notifications
You must be signed in to change notification settings - Fork 35
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
Specify how to represent node types when target_simulator
is "NEST" or "PyNN"
#33
Conversation
docs/SONATA_DEVELOPER_GUIDE.md
Outdated
@@ -557,6 +568,8 @@ The namespace of parameters depends on model_type, and are defined as follows. | |||
|
|||
**For point_process models**, it is the namespace of the point_process/artificial cell mechanism. | |||
|
|||
**For point_neuron models**, it is the namespace of the neuron parameter dictionary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was doing some editing and I thought that keeping this new entry and removing "For point_process models" would be enough, but one line up (which doesn't appear in the diff) there's text for point_soma models. Where does this point_soma model type come form @markovg? It hasn't been listed before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to unblock and merge this review, @markovg, is there anybody that I can ask for clarifications about where does point_soma
come from and whether we can remove it.
82b56e8
to
a6dccff
Compare
I'm not going to merge this yet. There's still an inconsistency in the text that I'd like to be addressed before doing so. |
This table has becomes confusing if we add non NEURON specific information for point_neuron models. It also doesn't add anything that is not already said above.
e63d03d
to
6d77810
Compare
…omas. It could be confusing and it doesn't add information as the area of a sphere and the revolution surface of a cylinder inscribing the sphere are equal.
* 'master' of github.com:AllenInstitute/sonata: updating setup metadata for pypi Fixing so that all examples use model_name instead of pop_name Updating pysonata code Specify how to represent node types when `target_simulator` is "NEST" or "PyNN" (AllenInstitute#33)
* 'master' of github.com:AllenInstitute/sonata: updating setup metadata for pypi Fixing so that all examples use model_name instead of pop_name Updating pysonata code Specify how to represent node types when `target_simulator` is "NEST" or "PyNN" (AllenInstitute#33)
I'd like to propose a minor change to the spec to make clear how to specify point neuron models for simulators other than NEURON (for which NMODL artificial cells are not usable).