Skip to content

Commit

Permalink
Update 6 baseline images due to GMT 6.1.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 14, 2020
1 parent f401f85 commit 1a550f7
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 18 deletions.
Binary file modified pygmt/tests/baseline/test_basemap_polar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pygmt/tests/baseline/test_coast_iceland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pygmt/tests/baseline/test_config_font_annot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pygmt/tests/baseline/test_config_font_one.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pygmt/tests/baseline/test_legend_entries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions pygmt/tests/test_basemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ def test_basemap_power_axis():
return fig


@pytest.mark.xfail(
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
)
@pytest.mark.mpl_image_compare
def test_basemap_polar():
"Create a polar basemap plot"
Expand Down
3 changes: 0 additions & 3 deletions pygmt/tests/test_coast.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ def test_coast():
return fig


@pytest.mark.xfail(
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
)
@pytest.mark.mpl_image_compare
def test_coast_iceland():
"Test passing in R as a list"
Expand Down
3 changes: 0 additions & 3 deletions pygmt/tests/test_colorbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def test_colorbar_positioned_using_map_coordinates():
return fig


@pytest.mark.xfail(
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
)
@pytest.mark.mpl_image_compare
def test_colorbar_positioned_using_justification_code():
"""
Expand Down
6 changes: 0 additions & 6 deletions pygmt/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ def test_config():
return fig


@pytest.mark.xfail(
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
)
@pytest.mark.mpl_image_compare
def test_config_font_one():
"""
Expand All @@ -57,9 +54,6 @@ def test_config_font_one():
return fig


@pytest.mark.xfail(
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
)
@pytest.mark.mpl_image_compare
def test_config_font_annot():
"""
Expand Down
3 changes: 0 additions & 3 deletions pygmt/tests/test_legend.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def test_legend_default_position():
return fig


@pytest.mark.xfail(
reason="Baseline image not updated to use earth relief grid in GMT 6.1.0",
)
@pytest.mark.mpl_image_compare
def test_legend_entries():
"""
Expand Down

0 comments on commit 1a550f7

Please sign in to comment.