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

ValueError: DateTime index is not continuous #2

Open
kosmylo opened this issue Feb 25, 2024 · 0 comments
Open

ValueError: DateTime index is not continuous #2

kosmylo opened this issue Feb 25, 2024 · 0 comments

Comments

@kosmylo
Copy link

kosmylo commented Feb 25, 2024

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:

  1. Clone the repository
  2. Execute in the terminal `python3 ./src/preprocess.py -s opsd

Expected behavior
I would expect to finish the preprocessing step.

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

1 participant