X Tutup
Skip to content

TST: Fixed part of a test that got displaced in all the changes somehow#7467

Merged
tacaswell merged 1 commit intomatplotlib:masterfrom
madphysicist:ticker-test-fixup
Nov 16, 2016
Merged

TST: Fixed part of a test that got displaced in all the changes somehow#7467
tacaswell merged 1 commit intomatplotlib:masterfrom
madphysicist:ticker-test-fixup

Conversation

@madphysicist
Copy link
Copy Markdown
Contributor

This is a nearly trivial fix. The few lines that I moved A) don't belong in the test of PercentFormatter, and B) don't need to get run over and over in the parametrized test. This appears to be a clerical error.

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Nov 16, 2016
@QuLogic
Copy link
Copy Markdown
Member

QuLogic commented Nov 16, 2016

Should this be backported? I don't see the moved line in that version of test_ticker.py.

@tacaswell tacaswell merged commit fc503f2 into matplotlib:master Nov 16, 2016
@madphysicist madphysicist deleted the ticker-test-fixup branch November 17, 2016 02:05
@madphysicist
Copy link
Copy Markdown
Contributor Author

@QuLogic It looks like I accidentally did this during one of the rebases when I introduced PercentFormatter. At least that's what I think happened. So it makes sense to backport only as far back as PercentFormatter has existed, which is not very far back at all (#6251).

@tacaswell tacaswell modified the milestones: 2.1 (next point release), 2.0.1 (next bug fix release) Nov 17, 2016
@tacaswell
Copy link
Copy Markdown
Member

Great.

Thanks @madphysicist !

@madphysicist
Copy link
Copy Markdown
Contributor Author

@tacaswell No problem. Probably not the best time to ask, but would you mind taking a look at the comments I added to #7376 when you have time? I'm basically ready to make a PR but I don't know where to insert the code...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup