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

Ci unittest fix #225

Merged
merged 4 commits into from
Jan 30, 2024
Merged

Ci unittest fix #225

merged 4 commits into from
Jan 30, 2024

Conversation

ladsmund
Copy link
Contributor

The unit test was beginning to fail. It is probably caused by an implicit upgrade to pandas or another dependency.

The index shifts and data concatenations might shuffle the indices.
Index 'time' must be monotonically increasing and the dataframe is therefore sorted.
FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.
  df_a = df_a.shift(periods=-1, freq="H")
@ladsmund ladsmund merged commit 2ff4e46 into main Jan 30, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant