Skip to content

Releases: fraziphy/linear-decoder

First public release

08 Aug 12:38

Choose a tag to compare

fix: improve float precision in spikes_to_matrix time bin calculation

Changed time bin calculation in spikes_to_matrix from int(spike_time / step_size)
to int(round(spike_time / step_size)) to prevent artificial network synchronizations
caused by floating point precision issues.