Patch issue 6035 rebase#6504
Merged
tacaswell merged 12 commits intomatplotlib:masterfrom May 30, 2016
Merged
Conversation
…it tests. Does break old unit tests of fancyarrow (test_arrow_patches.py)!
This was referenced May 30, 2016
Closed
Contributor
|
@jenshnielsen thank you for the solution about the remaining issue with |
tacaswell
added a commit
that referenced
this pull request
May 31, 2016
FIX: dpi dependent arrow heads Conflicts: lib/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.png Keep version form cherry-pick Manually backport part of bd63121 which renamed the test files.
Member
|
backported to v2.x as 72653f2 Did not go super cleanly due to a rename of test images. |
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this pull request
May 31, 2016
These tests did not backport cleanly from matplotlib#6504
Member
Author
|
@afvincent No problem. For the record I found it because I noticed that the tests were not failing if run individually. If you add a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased and changed prepare method to be private to hopefully fix issue with tests.
I squashed 2 commits that changed the same figures to reduce the size of the repository.
Replaces #6054