Skip to content
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

Update fig.solar baseline images for GMT 6.2.0rc1 #1232

Merged
merged 5 commits into from
Apr 30, 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 0a7f4959b500b6fa3a560a6368db0f90
size: 25982
- md5: 0f8baadcf84e0222b6a42a2525277c78
size: 25000
path: test_solar_set_terminator_datetime.png
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_solar_terminators.png.dvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 54c92bea64e0fc76c62601cb6131f22e
size: 44160
- md5: 9854a8041fe4c5d8b3832446b77fb482
size: 41749
path: test_solar_terminators.png
12 changes: 12 additions & 0 deletions pygmt/tests/test_solar.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
from pygmt.exceptions import GMTInvalidInput


@pytest.mark.xfail(
reason="Flaky test only passes with pytest on single module"
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
)
@pytest.mark.mpl_image_compare
def test_solar_terminators():
"""
Expand Down Expand Up @@ -39,6 +43,10 @@ def test_solar_terminators():
return fig


@pytest.mark.xfail(
reason="Flaky test only passes with pytest on single module"
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
)
@pytest.mark.mpl_image_compare(filename="test_solar_set_terminator_datetime.png")
@pytest.mark.parametrize(
"terminator_datetime",
Expand Down Expand Up @@ -104,6 +112,10 @@ def test_invalid_datetime():
)


@pytest.mark.xfail(
reason="Flaky test only passes with pytest on single module"
"See https://github.com/GenericMappingTools/pygmt/issues/1242"
)
@pytest.mark.mpl_image_compare(filename="test_solar_set_terminator_datetime.png")
def test_solar_default_terminator():
"""
Expand Down