-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: mpl test failures #24088
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
Comments
Thanks... taking a look now. |
@tacaswell what kinds of guarantees does matplotlib make for pickling figures? |
It might be related to this statsmodel bug: statsmodels/statsmodels#4772 The last comment in that thread seems to provide a workaround. |
Weird... thanks @h-vetinari. I'd rather have to carry that patch around. How about skipping in that case? if PY3 and not 'statsmodels' in sys.modules:
with ensure_clean(return_filelike=True) as path:
pickle.dump(fig, path) |
Author: Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#24088 Forwarded: not-needed Gbp-Pq: Name xfail_statsmodels_bug.patch
https://travis-ci.org/pandas-dev/pandas/jobs/463295292; keep failing even with a restart.
The text was updated successfully, but these errors were encountered: