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
Describe the bug
When I try to perform the step of preprocessing I am getting the following errror:
Traceback (most recent call last):
File "/root/proloaf/./src/preprocess.py", line 87, in <module>
dh.check_continuity(df)
File "/root/proloaf/src/proloaf/datahandler.py", line 278, in check_continuity
raise ValueError("DateTime index is not continuous")
ValueError: DateTime index is not continuous
To Reproduce
Steps to reproduce the behavior:
Clone the repository
Execute in the terminal `python3 ./src/preprocess.py -s opsd
Expected behavior
I would expect to finish the preprocessing step.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to perform the step of preprocessing I am getting the following errror:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to finish the preprocessing step.
The text was updated successfully, but these errors were encountered: