Review and improve iaf_psc_*_multisynapse models #472
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
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:iaf_psc_*_multisynapse
require that the refractory time is at least one time step (seecalibrate()
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 usinge.get_rport() - 1
as index.The text was updated successfully, but these errors were encountered: