-
Notifications
You must be signed in to change notification settings - Fork 0
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 failing with pandas version 2.2.0 #47
Comments
#54 solved deprecation warning "H" instead of "h" for hourly. |
Out of interest, can you confirm that your environment with the latest version of pandas passes the tests? If they pass, can you state your pandas version please? @FWuellhorst |
I get the following tests which fail:
My version is |
Thanks! So this seems to be similar/equal to the problem in the CI. |
My current plan of action is hoping it will fix with future versions. Possibly some pandas shifting has changed. The last value is different, as this is probably f-filled. |
Good plan. I added a warning in #55 |
Describe the bug
Moving from pandas 2.1.x to 2.2.x lets the unit-tests fail for .mos and .epw files using DWD historical data.
The newer version of pandas comes with the new version of Wetterdienst==0.73.0
To Reproduce
run CI with pandas 2.2.0
Expected behavior
CI not failing
Bug Fix Suggestion
The text was updated successfully, but these errors were encountered: