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
Could you provide us a 5 minutes RR-interval list you are using that generated the index out of bound error ?
Do you include Nan values in your samples ?
I had the same issue providing a pandas series and not a list as an input for the frequency feature function. Created a pull request that fixes the issue.
Hi,
I have issue with frequency domain, if I resample my RR intervals into segments less than 50 minutes.
For segments greather than 50 minutes it's OK, but if I use less, for example 5-minutes intervals I got error:
IndexError: index out of bounds
Do you know why and how to solve it?
The text was updated successfully, but these errors were encountered: