axon icon indicating copy to clipboard operation
axon copied to clipboard

CaSyn optimization needs to check sender CaSyn threshold too

Open rcoreilly opened this issue 1 year ago • 1 comments

Per @siboehm there is a bug where we skip updating on recv if sender spiked -- but also need to make sure sender didn't skip updating due to CaSyn being below threshold!

rcoreilly avatar Jul 27 '23 20:07 rcoreilly

https://github.com/emer/axon/blob/master/axon/prjnparams.go#L238-L240

siboehm avatar Jul 27 '23 21:07 siboehm