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
I am using pyhrv to extract features from (my) rr-intervalls. Now I am getting this error often:
path/to/file/frequency_domain.py:947: UserWarning: Attempting to set identical low and high ylims makes transformation singular; automatically expanding.
ax.axis([0, fbands['hf'][1], 0, max(power) * (1 + 0.05)]).
I am a bit lost if this means but I get this error mostly when I am sitting still. If I move and my HR goes up the error vanishes.
The text was updated successfully, but these errors were encountered:
Hi,
I am using pyhrv to extract features from (my) rr-intervalls. Now I am getting this error often:
path/to/file/frequency_domain.py:947: UserWarning: Attempting to set identical low and high ylims makes transformation singular; automatically expanding.
ax.axis([0, fbands['hf'][1], 0, max(power) * (1 + 0.05)]).
I am a bit lost if this means but I get this error mostly when I am sitting still. If I move and my HR goes up the error vanishes.
The text was updated successfully, but these errors were encountered: