nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
44 stars 46 forks source link

Fix STDP access counter logic #1061

Open clinssen opened 1 month ago

clinssen commented 1 month ago

The access counter should not have a multiplicative factor, because each synapse only calls get_history__() once on its postsynaptic partner, regardless of how many variables were transferred.

TODO:

heplesser commented 1 month ago

This should fix #1057.