Skip to content

Commit 1858135

Browse files
committed
Merge branch 'main' into AliasSystem/verbose
2 parents f688d7e + 7eff796 commit 1858135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/tests/test_datasets_earth_relief.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_earth_relief_01d_gebco(data_source):
4949
assert data.gmt.registration is GridRegistration.GRIDLINE
5050
npt.assert_allclose(data.lat, np.arange(-90, 91, 1))
5151
npt.assert_allclose(data.lon, np.arange(-180, 181, 1))
52-
npt.assert_allclose(data.min(), -7169.0, atol=1.0)
52+
npt.assert_allclose(data.min(), -7173.0, atol=1.0)
5353
npt.assert_allclose(data.max(), 5350.0, atol=1.0)
5454

5555

@@ -83,7 +83,7 @@ def test_earth_relief_01d_with_region_gebco():
8383
assert data.gmt.registration is GridRegistration.GRIDLINE
8484
npt.assert_allclose(data.lat, np.arange(-5, 6, 1))
8585
npt.assert_allclose(data.lon, np.arange(-10, 11, 1))
86-
npt.assert_allclose(data.min(), -5118.0, atol=1.0)
86+
npt.assert_allclose(data.min(), -5137.0, atol=1.0)
8787
npt.assert_allclose(data.max(), 681.0, atol=1.0)
8888

8989

0 commit comments

Comments
 (0)