cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
93 stars 25 forks source link

Test detect_heartbeats with numba backend on python 3.11 #152

Closed hofaflo closed 1 year ago

hofaflo commented 1 year ago

With numba now available for python3.11 (#147), we can stop skipping the detect_heartbeats test with numba backend.

cbrnr commented 1 year ago

Thanks @hofaflo!