MIT-LCP / wfdb-python

Native Python WFDB package
MIT License
730 stars 298 forks source link

wfd.processing.qrs.xqrs_detect() does not pass the learn parameter to xqrs.detect() #473

Open mj-64 opened 7 months ago

mj-64 commented 7 months ago

xqrs_detect() in wfd.processing.qrs takes a boolean learn parameter but it is unused. Should be passed on to xqrs.detect()