SpiNNakerManchester / sPyNNaker

The SpiNNaker implementation of the PyNN neural networking language
Apache License 2.0
105 stars 44 forks source link

Fix poisson types #1475

Closed rowleya closed 3 months ago

rowleya commented 3 months ago

This fixes a few things mainly with the types of Poisson variables but also with a circular buffer "out-by-one" when the number of sources was a power of 2.

rowleya commented 3 months ago

Turns out this has been done elsewhere, but better (except for one change here)