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

Make volume transmitter inherit from Node instead of ArchivingNode #2186

Merged
merged 3 commits into from
Nov 12, 2021

Conversation

clinssen
Copy link
Contributor

This is just a small cleanup to restrict the scope of the class hierarchy. As far as I'm aware, the volume transmitter does not by design ever need to maintain its own spike history, calcium concentration or structural plasticity information. Thus, the volume transmitter does not need to inherit from StructuralPlasticityNode or ArchivingNode.

@terhorstd terhorstd added 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. labels Oct 28, 2021
Copy link
Contributor

@hakonsbm hakonsbm 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!

@jougs jougs self-requested a review November 11, 2021 10:01
@jougs jougs added this to the NEST 3.2 milestone Nov 11, 2021
Copy link
Contributor

@jougs jougs left a comment

Choose a reason for hiding this comment

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

LGTM!

@jougs jougs merged commit 0342feb into nest:master Nov 12, 2021
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
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants