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

Fix naming clash in Clopath plasticity neurons #2263

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

clinssen
Copy link
Contributor

The name "tau_minus" is used by the ArchivingNode for the postsynaptic trace time constant. The same name was being used by aeif_psc_delta_clopath and hh_psc_alpha_clopath for the time constant of another variable, u_minus in the Clopath synapse context.

This PR resolves the issue by renaming the latter to tau_u_bar_minus (and makes related changes for consistency).

With thanks to Jette Oberländer for reporting this issue.

@clinssen clinssen added T: Bug Wrong statements in the code or documentation S: Normal Handle this with default priority labels Jan 16, 2022
@clinssen clinssen requested a review from pnbabu January 16, 2022 19:24
@clinssen clinssen added this to To do in Models via automation Jan 16, 2022
Copy link
Contributor

@pnbabu pnbabu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@heplesser
Copy link
Contributor

@jstapmanns Could you review this renaming? I will open a follow-up issue concerning documentation.

Copy link
Contributor

@jstapmanns jstapmanns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @clinssen! The proposed changes look good to me.

@heplesser heplesser merged commit 25dac70 into nest:master Mar 7, 2022
@clinssen clinssen moved this from To do to Done in Models Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: Normal Handle this with default priority T: Bug Wrong statements in the code or documentation
Projects
Models
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants