Skip to content

Update fig.basemap, fig.subplot and fig.wiggle baseline images for GMT 6.2.0rc2 #1291

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

Merged
merged 6 commits into from
May 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_basemap_polar.png.dvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 7326eb42c54c6300a634f0723664fb39
size: 33205
- md5: 35573412a627fc004e0107434afec496
size: 31804
path: test_basemap_polar.png
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 7be1b4ed2ec2eb506d9571e7ea3248ba
size: 28164
- md5: e1e6312073c2ca423d2034d193858929
size: 23036
path: test_subplot_autolabel_margins_title.png
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_subplot_basic_frame.png.dvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 7149569679bfdef854f8683f30fc3cde
size: 9251
- md5: 91b55787b5aae4b5e65e885d9185c1e1
size: 7693
path: test_subplot_basic_frame.png
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 2a1b33433bd3921113938b8d7c0a4928
size: 11245
- md5: 27fb1ece45f0dccc0642a87c08165b02
size: 8930
path: test_subplot_clearance_and_shared_xy_axis_layout.png
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_subplot_direct.png.dvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: d09053a8eaf8a4b32ec087f99004590b
size: 13087
- md5: 643e93a421f06688d77288c3629f242c
size: 6853
path: test_subplot_direct.png
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_wiggle.png.dvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 5ac12f7e91127dae1fa70cec77b84c0b
size: 9144
- md5: add11f0bbd7f1fdad96616ca5a03d7e3
size: 9100
path: test_wiggle.png
4 changes: 0 additions & 4 deletions pygmt/tests/test_basemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ def test_basemap_power_axis():
return fig


@pytest.mark.xfail(
condition=gmt_version == Version("6.2.0rc1"),
reason="Upstream bug #5167 in GMT 6.2.0rc1",
)
@pytest.mark.mpl_image_compare
def test_basemap_polar():
"""
Expand Down