-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Ensuring that _get_standard_colors returns num_colors (GH #20585) #24504
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
…_colors when num_colors < 10.
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. can you also add the example from the OP (which was a groupby) and assert that the colors are all the same. pls add a whatsnew note (bug fixes in plotting) as well. ping on green.
Codecov Report
@@ Coverage Diff @@
## master #24504 +/- ##
===========================================
- Coverage 92.31% 43.05% -49.26%
===========================================
Files 166 166
Lines 52391 52392 +1
===========================================
- Hits 48363 22557 -25806
- Misses 4028 29835 +25807
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24504 +/- ##
==========================================
- Coverage 31.89% 31.87% -0.02%
==========================================
Files 166 166
Lines 52434 52428 -6
==========================================
- Hits 16722 16714 -8
- Misses 35712 35714 +2
Continue to review full report at Codecov.
|
Why is only the azure pipeline failing? Is it because of something changed? |
you need to click thru: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=6152 you have linting errors & the added test fails. |
ping @jreback |
FYI: we just merged #20727 which touches similar code. So for sure rebase on master and see if your patch still works. |
…andas into fix_get_standard_colors
ping |
thanks @nokutu |
git diff upstream/master -u -- "*.py" | flake8 --diff