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

Rename the variable "Ca" in astrocyte_lr_1994 to "Ca_astro" #3093

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

HanjiaJiang
Copy link
Contributor

This PR is proposed to solve a conflict due to the same variable name "Ca" in astrocyte_lr_1994 and StructuralPlasticityNode.

We found that nest.GetStatus() and nest.GetDefaults() give wrong values of the calcium concentration (under the name "Ca") in astrocyte_lr_1994. This is because the parent class StructuralPlasticityNode also has a variable for calcium concentration under the same name. This conflict does not affect the simulations, as the underlying dynamics is not affected. Nevertheless, we would like change the variable name in astrocyte_lr_1994 to "Ca_astro" to avoid this conflict.

Corresponding changes have been made for all relevant kernel, documentation, and test files.

Copy link
Contributor

@heplesser heplesser left a comment

Choose a reason for hiding this comment

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

Thanks, looks good to me.

Copy link
Contributor

@jessica-mitchell jessica-mitchell left a comment

Choose a reason for hiding this comment

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

LGTM! thanks

@jessica-mitchell jessica-mitchell added S: Normal Handle this with default priority T: Maintenance Work to keep up the quality of the code and documentation. I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Feb 12, 2024
@jessica-mitchell jessica-mitchell added this to In progress in Documentation via automation Feb 12, 2024
@jessica-mitchell jessica-mitchell merged commit 06fa45b into nest:master Feb 12, 2024
24 checks passed
Documentation automation moved this from In progress to Done Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Maintenance Work to keep up the quality of the code and documentation.
Projects
Documentation
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants