berndporr / py-ecg-detectors

Popular ECG QRS detectors written in python
GNU General Public License v3.0
353 stars 82 forks source link

Fix of SDANN comparing int to list error #26

Closed Catriix closed 2 months ago

berndporr commented 8 months ago

Thanks for pointing this out. I've forced a conversion to a numpy array at the top so that it's not done twice in the where command. Can you try it out?