nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
534 stars 361 forks source link

STDP Tests Spike Time Mismatch #3250

Open otcathatsya opened 2 months ago

otcathatsya commented 2 months ago

In the older pytests for STDP synapses (e.g. test_stdp_pl_synapse_hom.py, test_stdp_synapse.py) hard-coded spike times are fed to alpha psc neurons, whose spike output is then used for a manual reproduction of the weight drift & subsequently compared. The issue is that, due to the nature of the alpha neurons and the high weights set from generators to neuron populations, many of the hardcoded times (and therefore potential corner cases for testing) end up ignored.

terhorstd commented 1 month ago

This may be related to #2168 . If so, please close here and bring this into the discussion there.