Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Improve code generated by boilerplate.py#10309
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
See also#9173... |
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.
Needs to pass, but I think it will...
Yes@anntzer PR will gobble this one up, but this one doesn't hurt....
I think this might need a rebase to make the travis job pass |
079a445
to087f312
CompareDo I have to do something about the codecov before merge? AFAICS none of the colormaps functions is tested and therefore all changed code is untested as well. But I don't think it's necessary to test these functions as they are trivial. |
I think it not passing codecov is fine. I think if you want to be fancy you could tell codecov to not look at these files. Not merging, because this is a big enough change someone else should also look at it. |
PR Summary
This PR improves the code generated by
boilerplate.py
. In particularset_colormap
(the code from there was just duplicated). Below is an example of a changed colormap function as it's not easily readable in the diff.Before:
After: