Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Backport #5307 to v2.0.x#5652

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

Merged

Conversation

mdboom
Copy link
Member

Running this through a PR to give it proper Travis testing.

@mdboom
Copy link
MemberAuthor

This is green on Travis, and therefore probably good to merge.

@mdboommdboom closed thisDec 10, 2015
@mdboommdboom reopened thisDec 10, 2015
@QuLogicQuLogic added this to thenext major release (2.0) milestoneDec 11, 2015
@QuLogic
Copy link
Member

To trim this down a bit, the text changes seem consistent with those onmaster. There are a few different images:

git di --shortstat backport-lower-tolerance-2.0..master -- lib/matplotlib/tests/baseline_images/ lib/mpl_toolkits/tests/baseline_images/ 17 files changed, 5853 insertions(+), 5742 deletions(-)

which are mostly non-existent on 2.0, but there are a few more other changes.

lib/matplotlib/tests/baseline_images/test_artist/default_edges.png andlib/matplotlib/tests/baseline_images/test_transforms/pre_transform_data.{png,pdf,svg} are different due to altered view limits around some collections. I think that's from#5583, but I'm wondering why that's not also onmaster.

I'm not sure whylib/mpl_toolkits/tests/baseline_images/test_axes_grid1/divider_append_axes.svg is different.

I don't understand whylib/matplotlib/tests/baseline_images/test_axes/dash_offset.{pdf,png} exist only on master, butdash_offset.svg exists on this branch too. I don't think it should have been added here.

@mdboom
Copy link
MemberAuthor

Thanks for looking at this.

I think#5583 never got fully backported to 2.0.x. I've done that, now I'll rebase this on the new 2.0.x and see how that pans out.

@mdboom
Copy link
MemberAuthor

I don't understand why lib/matplotlib/tests/baseline_images/test_axes/dash_offset.{pdf,png} exist only on master, but dash_offset.svg exists on this branch too. I don't think it should have been added here.

I'm not sure I follow. It exists in both places, AFAICT.

@mdboommdboomforce-pushed thebackport-lower-tolerance-2.0 branch from61cc364 to65dc69aCompareDecember 11, 2015 15:52
@mdboom
Copy link
MemberAuthor

I've redone this after backporting#5583 to v2.0.x and there were far fewer conflicts this time -- mainly just in tests that exist on master but not 2.0.x.

@mdboom
Copy link
MemberAuthor

I found two other PRs that should have been backported to 2.0.x but weren't (we probably need a better workflow for that, but it is what it is for the present time). These PRs were#5501 and#5433.

@mdboommdboomforce-pushed thebackport-lower-tolerance-2.0 branch from65dc69a to57c33f0CompareDecember 11, 2015 20:08
@QuLogic
Copy link
Member

It exists in both places, AFAICT.

They didn't exist when I looked ;)

I'm not sure whylib/mpl_toolkits/tests/baseline_images/test_axes_grid1/divider_append_axes.svg is different.

This file is still different. Maybe including#5651 here will make them more consistent?

These PRs were#5501 and#5433.

For some reason, GitHub is not show the backport of#5433 here even though it does say it's part of this PR if you go to your fork and look at the commit directly. Anyway...

@mdboom
Copy link
MemberAuthor

For some reason, GitHub is not show the backport of#5433 here even though it does say it's part of this PR if you go to your fork and look at the commit directly.

#5433 was backported directly onto v2.0.x, and then this PR was based on that.

@mdboommdboomforce-pushed thebackport-lower-tolerance-2.0 branch from57c33f0 toa977b8fCompareDecember 11, 2015 21:24
@mdboom
Copy link
MemberAuthor

I'm not sure why lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/divider_append_axes.svg is different.
This file is still different. Maybe including#5651 here will make them more consistent?

Unless I'm misunderstanding, I think this is no longer the case. Different from what? On this branch vs. upstream/master?

git diff master -- lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/divider_append_axes.svg

@mdboom
Copy link
MemberAuthor

I think this is green again.@QuLogic: Ithink I've addressed all that you found, but let me know if otherwise.

@tacaswell
Copy link
Member

I am seeing 3 files different

 $git diff --stat matplotlib/master -- lib/mpl_toolkits/tests/baseline_images/ lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/divider_append_axes.svg         |  3714 ++++++++-------- lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/twin_axes_empty_and_removed.png |   Bin 37749 -> 0 bytes lib/mpl_toolkits/tests/baseline_images/test_mplot3d/mixedsubplot.svg                   | 16034 +++++++++++++++++++++++++++++++++++----------------------------------- 3 files changed, 9874 insertions(+), 9874 deletions(-)

@mdboom
Copy link
MemberAuthor

I'll just forcibly pick those 3 files from master (since I think the differences are all non-visible anyway) and see how that goes...

@mdboom
Copy link
MemberAuthor

Ok. I think we're finally good-to-go here.

@tacaswell
Copy link
Member

I don't see where those other 3 files got pulled in

@tacaswell
Copy link
Member

maybe#5621 should be backported to 2.0.x and then this backport rebased on top of it? That is the source of the missing png

@mdboommdboomforce-pushed thebackport-lower-tolerance-2.0 branch from8ccbe8c to164222aCompareDecember 13, 2015 18:43
@mdboom
Copy link
MemberAuthor

I don't see where those other 3 files got pulled in

I checked them out directly from master and amended the commit it order to reduce the amount of large diff.

maybe#5621 should be backported to 2.0.x and then this backport rebased on top of it? That is the source of the missing png

Sure. Done.

@tacaswell
Copy link
Member

Ah, sorry, I was confused

tacaswell added a commit that referenced this pull requestDec 13, 2015
@tacaswelltacaswell merged commit17a3a6d intomatplotlib:v2.0.xDec 13, 2015
@mdboom
Copy link
MemberAuthor

No worries -- I was confused as well. This massive PRs are hard to manage...

@QuLogicQuLogic mentioned this pull requestOct 16, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v2.0.0
Development

Successfully merging this pull request may close these issues.

3 participants
@mdboom@QuLogic@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp