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

Review and improve iaf_psc_*_multisynapse models #472

Closed
heplesser opened this issue Sep 6, 2016 · 1 comment · Fixed by #541
Closed

Review and improve iaf_psc_*_multisynapse models #472

heplesser opened this issue Sep 6, 2016 · 1 comment · Fixed by #541
Assignees
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. ZC: Model DO NOT USE THIS LABEL ZP: PR Created DO NOT USE THIS LABEL
Milestone

Comments

@heplesser
Copy link
Contributor

heplesser commented Sep 6, 2016

The iaf_psc_*_multisynapse models need review. Once #261 is merged, gif_psc_exp_multisynapse should be taken as reference for the review. Note in particular:

  • While all other neuron models require only that the refractory time is non-negative, iaf_psc_*_multisynapse require that the refractory time is at least one time step (see calibrate() method). This inconsistency should be removed and the multisynapse models should also accept zero refractory time.
  • handle(SpikeEvent&) uses a loop to find the spike buffer to deliver to. This can be selected by direct indexing using e.get_rport() - 1 as index.
@heplesser heplesser changed the title iaf_psc_*_multisynapse models prohibit zero refractory time Review and improve iaf_psc_*_multisynapse models Sep 6, 2016
@terhorstd terhorstd added ZC: Model DO NOT USE THIS LABEL I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) ZP: PR Created DO NOT USE THIS LABEL S: Normal Handle this with default priority T: Maintenance Work to keep up the quality of the code and documentation. labels Nov 17, 2016
@heplesser heplesser added this to the NEST 2.12 milestone Nov 17, 2016
@heplesser
Copy link
Contributor Author

This will be fixed by #541.

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. ZC: Model DO NOT USE THIS LABEL ZP: PR Created DO NOT USE THIS LABEL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants