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
Fore some reason it occasionally occurs that the the tstart value of an interval is not exactly equal to the tend value of the previous interval but differs slightly (in the range <1e-18), see example below. Interestingly, this only happens for one interval in the whole dataset.
Unfortunately, this leads to an error when using get_intervals() and, consequentially, prevents pec::pec() from working.
Fore some reason it occasionally occurs that the the tstart value of an interval is not exactly equal to the tend value of the previous interval but differs slightly (in the range <1e-18), see example below. Interestingly, this only happens for one interval in the whole dataset.
Unfortunately, this leads to an error when using
get_intervals()
and, consequentially, preventspec::pec()
from working.Example (example dataset is attached):
df.csv
The text was updated successfully, but these errors were encountered: