-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
TST: avoid matplotlib warnings in tests #26678
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
Interesting I saw the same error in my PR:
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=12339 Might raise an issue? |
Codecov Report
@@ Coverage Diff @@
## master #26678 +/- ##
===========================================
- Coverage 91.88% 41.78% -50.11%
===========================================
Files 174 174
Lines 50694 50663 -31
===========================================
- Hits 46581 21168 -25413
- Misses 4113 29495 +25382
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26678 +/- ##
==========================================
- Coverage 91.88% 91.87% -0.01%
==========================================
Files 174 174
Lines 50699 50699
==========================================
- Hits 46587 46582 -5
- Misses 4112 4117 +5
Continue to review full report at Codecov.
|
@alimcmaster1 is the issue you mentioned affecting all PRs or just these two? |
It was a temporary failure (due to me merging something that should not have been merged) that is fixed by now. |
Thanks! |
In master we get the following warnings in this file:
This PR addresses first and third of these. The middle one is the topic of #26676.