Skip to content

Commit 6a6e940

Browse files
authored
Fix a failing test for legacy GMT versions (#3287)
1 parent 7b09d88 commit 6a6e940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_datasets_earth_relief.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ def test_earth_relief_03s_default_registration():
209209
npt.assert_allclose(data.coords["lon"].data.min(), -10)
210210
npt.assert_allclose(data.coords["lon"].data.max(), -9.8)
211211
npt.assert_allclose(data.min(), -2069.85, atol=0.5)
212-
npt.assert_allclose(data.max(), -924.5, atol=0.5)
212+
npt.assert_allclose(data.max(), -923.5, atol=0.5)

0 commit comments

Comments
 (0)