-
-
Notifications
You must be signed in to change notification settings - Fork 141
Update pyright, pandas, mypy versions. Fix nightly tests #920
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
Conversation
tests/test_groupby.py
Outdated
assert_type(GB_DF.resample("ME").interpolate(inplace=True), None), | ||
type(None), | ||
) | ||
try: |
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.
should this be if PD_LTE_22:
?
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.
Good point. Not sure why I went that direction. Fixed in 47aac27
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.
Looks good to me, but I don't understand what's the difference between try
and if PD_LTE_22
Thank you @Dr-Irv ! |
The CI failed on main:
|
Weird
then it failed locally. Created a fix in #922 |
Fixed the nightly tests. Revealed some bugs in the dev code.