Skip to content

WIP: Update 6 baseline images due to GMT 6.1.0 changes #522

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

Closed
wants to merge 4 commits into from
Closed
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
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 @@ -37,9 +37,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 @@ -54,9 +51,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