-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: parasite axis2 demo #12261
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
FIX: parasite axis2 demo #12261
Conversation
@abhinuvpitale Thanks so much for your contributions. I took the liberty of formatting your title and the start of your PR desc. We don't need the Issue # in the PR title, but a "closes #xxxxx" in the body of the PR description allows the automatic issue closing system to work. Thanks again! |
@jklymak added flake8 corrections, I should hope that it passes the ci |
@jklymak not sure why travis-ci has failed on macos, can you help me with it? |
…261-on-v3.0.x Backport PR #12261 on branch v3.0.x (FIX: parasite axis2 demo)
@meeseeksdev backport to v2.2.4 |
Something went wrong ... Please have a look at my logs. It seem that the branch you are trying to backport to does not exists. |
@meeseeksdev backport to v2.2.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
I tried to backport to v2.2.x, because
but the suggested At this point this is probably beyond my paygrade, but happy to continue with it if someone wants to talk me through. |
It's because you did a squash merge, so there is only one parent (it's not a merge commit.) You don't need to specify |
My Fault, I haven't implemented support for squash-merge into the bot. PR welcome. |
* update to fix matplotlib#12208,typecasted locs to np array * added test for matplotlib#12208 * Update test_axisartist_axislines.py * Update test_axisartist_axislines.py * flake8 corrections
If I follow this further (leaving out |
That seem wrong this PR is 5 commits, and when you squashed you only got 1, so you should only get one in the end:
And push that to whatever your fork is. I usually can't know what the name of the remote for your fork is, for me it's named I'm not sure what "something else" would be, it has to be interpreted by the person running the command. |
When you tried to open a PR, was the base branch |
Ups.. 🤣 I guess one has to make this mistake once, to never do it again. It's all good now. Seems the problem is the web interface which is set to "master" by default even it you're pushing to another branch. @QuLogic Does the newly created PR need new reviews or is it usual to just merge it directly after tests have been completed? |
…of-pr-12261-on-v2.2.x Backport PR #12261: FIX: parasite axis2 demo
PR Summary
Closes #12208
PR Checklist