You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ecglib.data.dataset.EcgDataset.read_ecg_record method takes leads argument to slice ecg_record when open it with wfdb type. But this slice is excessive because when creating an instance of EcgRecord class it happens again:
ecglib.data.dataset.EcgDataset.read_ecg_record
method takesleads
argument to sliceecg_record
when open it withwfdb
type. But this slice is excessive because when creating an instance ofEcgRecord
class it happens again:So, the creating an
EcgDataset
with wfdb signal and custom sequence of leads (for example[0, 5, 6, 7, 8, 9, 10, 11]
) it raised an error.The text was updated successfully, but these errors were encountered: