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

Syn delay reprise #995

Closed
wants to merge 6 commits into from
Closed

Syn delay reprise #995

wants to merge 6 commits into from

Conversation

clinssen
Copy link
Contributor

Synaptic delay and weight in NEST are a special case and should not be treated like any other parameter (or state variable). It should be get/set only using get_delay() and set_delay() inherited from the Connection base class. A member variable is already provided by the base class.

get_weight() and set_weight() should be defined by the synapse model, but a member variable is not yet provided by the base class. We could make it such that no state or parameter marked @nest::weight is needed for minimalistic models.

Replaces #887.

Fixes #707.

Should be merged only after #879.

@clinssen clinssen added the bug label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail with error in NEST code generator if @nest::delay is not supplied in synapse model
1 participant