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
Within the HRV module, compute_rri warns the user if their r-r intervals are out of range. It is currently checking to see if the minimum rri is below 400, or above 1400. I think the latter is likely intended to instead be comparing to the maximum (not minimum) rri, to check if all rri values are within the range of 400 and 1400.