Releases: fraziphy/linear-decoder
Releases · fraziphy/linear-decoder
First public release
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.