Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Frequency domain #14

Open
simongeek opened this issue May 30, 2019 · 3 comments
Open

Error with Frequency domain #14

simongeek opened this issue May 30, 2019 · 3 comments

Comments

@simongeek
Copy link

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?

@clecoued
Copy link
Member

clecoued commented Aug 12, 2019

Hi @simongeek,

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 ?

@robinchampseix
Copy link
Collaborator

Hey Simon,

Could you provide the code snippet that generated the error?

Happy to help if necessary :)

Cheers,
Robin

@flennic
Copy link
Contributor

flennic commented Feb 11, 2020

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.

Regards
flennic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants