Skip to content

Commit d5cbfe0

Browse files
authored
Fix one failing test related to earth_relief dataset update (#3959)
1 parent b97575d commit d5cbfe0

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
@@ -211,4 +211,4 @@ def test_earth_relief_03s_default_registration():
211211
npt.assert_allclose(data.coords["lon"].data.min(), -10)
212212
npt.assert_allclose(data.coords["lon"].data.max(), -9.8)
213213
npt.assert_allclose(data.min(), -2069.85, atol=0.5)
214-
npt.assert_allclose(data.max(), -923.5, atol=0.5)
214+
npt.assert_allclose(data.max(), -921.5, atol=0.5)

0 commit comments

Comments
 (0)