-
-
Notifications
You must be signed in to change notification settings - Fork 7.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More cleanups. #14845
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... |
All reactions
Sorry, something went wrong.
I don't know why they don't show up on the gh interface, but they're actually being run; this PR is at https://codecov.io/gh/matplotlib/matplotlib/commit/2b4a3af41cb1168ef137efe5a2c052c3c735007d (you can find them under "recent commits" at https://codecov.io/gh/matplotlib/matplotlib). |
All reactions
Sorry, something went wrong.
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! |
All reactions
Sorry, something went wrong.
sure, will do |
All reactions
Sorry, something went wrong.
- `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. |
All reactions
-
👍 1 reaction
Sorry, something went wrong.
transformA + transformB.inverted()
===transformA - transformB
,and give the result a more meaningful name.
bit).
PR Summary
PR Checklist