Incorrect summation of synaptic currents for iaf_psc_exp_ps
#368
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: High
Should be handled next
T: Bug
Wrong statements in the code or documentation
ZC: Model
DO NOT USE THIS LABEL
ZP: PR Created
DO NOT USE THIS LABEL
Milestone
When two inputs, with equal but opposite weights, converge on an
iaf_psc_exp_ps
neuron with different time constants for theex
andin
synapses, the voltage trace is flat. This problem does not occur withiaf_psc_exp
or if the inputs arrive at different times.To reproduce, run the following once with
precise=True
, again withprecise=False
:precise = False
precise = True
NEST: 2.10.0, Python: 3.4.2
Thanks to Hajime Yamauchi for the original bug report to the NeuralEnsemble Google group.
The text was updated successfully, but these errors were encountered: