-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Work around statsmodels bug #24090
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
Hello @TomAugspurger! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #24090 +/- ##
===========================================
+ Coverage 42.52% 92.26% +49.73%
===========================================
Files 161 161
Lines 51697 51697
===========================================
+ Hits 21982 47696 +25714
+ Misses 29715 4001 -25714
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #24090 +/- ##
===========================================
+ Coverage 42.52% 92.26% +49.73%
===========================================
Files 161 161
Lines 51697 51697
===========================================
+ Hits 21982 47696 +25714
+ Misses 29715 4001 -25714
Continue to review full report at Codecov.
|
cc @jreback. Merging in a little bit since this is causing CI failures. |
yep looks good |
I think this is failing all of the azure builds: ttps://dev.azure.com/pandas-dev/pandas/_build/results?buildId=4678 (I don't have my computer today, otherwise would fix :>) |
Will do a PR on that quick. |
@@ -1557,7 +1557,10 @@ def _check_plot_works(f, freq=None, series=None, *args, **kwargs): | |||
# GH18439 | |||
# this is supported only in Python 3 pickle since | |||
# pickle in Python2 doesn't support instancemethod pickling | |||
if PY3: | |||
# TODO(statsmodels 0.10.0): Remove the statsmodels check |
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.
can we remove this yet?
Closes #24088