Skip to content

Commit b1401cf

Browse files
committed
Update 6 baseline images due to GMT 6.1.0 changes
1 parent f401f85 commit b1401cf

11 files changed

+0
-18
lines changed
69 Bytes
Loading
-428 Bytes
Loading
Loading
-348 Bytes
Loading
892 Bytes
Loading
-2.76 KB
Loading

pygmt/tests/test_basemap.py

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ def test_basemap_power_axis():
5454
return fig
5555

5656

57-
@pytest.mark.xfail(
58-
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
59-
)
6057
@pytest.mark.mpl_image_compare
6158
def test_basemap_polar():
6259
"Create a polar basemap plot"

pygmt/tests/test_coast.py

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ def test_coast():
2525
return fig
2626

2727

28-
@pytest.mark.xfail(
29-
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
30-
)
3128
@pytest.mark.mpl_image_compare
3229
def test_coast_iceland():
3330
"Test passing in R as a list"

pygmt/tests/test_colorbar.py

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ def test_colorbar_positioned_using_map_coordinates():
3737
return fig
3838

3939

40-
@pytest.mark.xfail(
41-
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
42-
)
4340
@pytest.mark.mpl_image_compare
4441
def test_colorbar_positioned_using_justification_code():
4542
"""

pygmt/tests/test_config.py

-6
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ def test_config():
4040
return fig
4141

4242

43-
@pytest.mark.xfail(
44-
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
45-
)
4643
@pytest.mark.mpl_image_compare
4744
def test_config_font_one():
4845
"""
@@ -57,9 +54,6 @@ def test_config_font_one():
5754
return fig
5855

5956

60-
@pytest.mark.xfail(
61-
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
62-
)
6357
@pytest.mark.mpl_image_compare
6458
def test_config_font_annot():
6559
"""

pygmt/tests/test_legend.py

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def test_legend_default_position():
4444
return fig
4545

4646

47-
@pytest.mark.xfail(
48-
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
49-
)
5047
@pytest.mark.mpl_image_compare
5148
def test_legend_entries():
5249
"""

0 commit comments

Comments
 (0)