Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
More cleanups.#14845
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
More cleanups.#14845
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@anntzer can you try and work out why codecov isn't showing up on any of your PRs? I don't really want to review any until it returns... |
I don't know why they don't show up on the gh interface, but they're actually being run; this PR is athttps://codecov.io/gh/matplotlib/matplotlib/commit/2b4a3af41cb1168ef137efe5a2c052c3c735007d (you can find them under "recent commits" athttps://codecov.io/gh/matplotlib/matplotlib). |
Could you perhaps check with codecov why they're not showing up? Not having them easy to access/see just adds more effort on top of the already congested PR queue! |
sure, will do |
- `transformA + transformB.inverted()` === `transformA - transformB`, and give the result a more meaningful name.- Other cleanups in axislines.py (which used the above pattern quite a bit).
It's here now, it looks like it's just very delayed. |
transformA + transformB.inverted()
===transformA - transformB
,and give the result a more meaningful name.
bit).
PR Summary
PR Checklist