-
Notifications
You must be signed in to change notification settings - Fork 38
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
Pin pandas yet again 🐼 test_icon
fails again with pandas=2.2.2
#2394
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2394 +/- ##
=======================================
Coverage 94.28% 94.28%
=======================================
Files 246 246
Lines 13511 13511
=======================================
Hits 12739 12739
Misses 772 772 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks V, just one tiny comment!
We should maybe think about fixing this in the code, it's really annoying to pin pandas every month..
From the issue description here it looks like scalar time points are correctly rounded, i.e., the following should work:
[d.round('s') for d in datetime_array]
Co-authored-by: Manuel Schlund <[email protected]>
thanks a lot, Manu! I too agree with fixing the test rather than pinning the ninja bears, but I didn't have the will to look at it closer - good call you did, you mind opening a PR with the fix pls, bud? 🍺 In the meantime this will do 🐼 |
test_icon
fails again with pandas=2.2.2test_icon
fails again with pandas=2.2.2
Description
Tests are failing with the same issue we had in the past, described by @schlunma in #2305 and with an original bug report in pandas at pandas-dev/pandas#57002 - they just switched the milestone for that for 2.2.3 apparently!
Before you get started
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
To help with the number pull requests: