magland / ml_ms4alg

MountainSort v4
7 stars 19 forks source link

Channel labels are off-by-1 in duplicate event warning #9

Closed tjd2002 closed 5 years ago

tjd2002 commented 5 years ago

The channel label in the duplicate event warning is off by 1. Should be: self._central_channel+1

https://github.com/magland/ml_ms4alg/blob/65f86241fda42be2834eb3587d82ae06ede09e0e/ml_ms4alg/ms4alg.py#L399

magland commented 5 years ago

Thanks, I made the change directly.