Backport PR #16347: FIX: catch warnings from pandas in cbook._check_1d#16361
Merged
timhoffm merged 1 commit intomatplotlib:v2.2.xfrom Jan 29, 2020
Merged
Conversation
…k._check_1d Merge pull request matplotlib#16347 from tacaswell/fix_pandas_index_deprecation FIX: catch warnings from pandas in cbook._check_1d Conflicts: lib/matplotlib/tests/test_axes.py - new test in middle of section of tests not on v2.2.x yet, only kept new test
jklymak
approved these changes
Jan 29, 2020
Codecov Report
@@ Coverage Diff @@
## v2.2.x #16361 +/- ##
==========================================
- Coverage 72.36% 70.81% -1.55%
==========================================
Files 284 284
Lines 73383 72221 -1162
Branches 10426 10422 -4
==========================================
- Hits 53100 51144 -1956
- Misses 17519 18363 +844
+ Partials 2764 2714 -50
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge pull request #16347 from tacaswell/fix_pandas_index_deprecation
FIX: catch warnings from pandas in cbook._check_1d
Conflicts:
lib/matplotlib/tests/test_axes.py
- new test in middle of section of tests not on v2.2.x yet, only kept
new test
PR Summary
PR Checklist