Skip to content

Commit dbb5c33

Browse files
authored
Update minimum value on GEBCO grid (#3394)
GEBCO grid was updated to 2024 version at GenericMappingTools/gmtserver-admin#265
1 parent 7906307 commit dbb5c33

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
@@ -82,7 +82,7 @@ def test_earth_relief_01d_with_region_gebco():
8282
assert data.gmt.registration == 0
8383
npt.assert_allclose(data.lat, np.arange(-5, 6, 1))
8484
npt.assert_allclose(data.lon, np.arange(-10, 11, 1))
85-
npt.assert_allclose(data.min(), -5136.0, atol=1.0)
85+
npt.assert_allclose(data.min(), -5118.0, atol=1.0)
8686
npt.assert_allclose(data.max(), 681.0, atol=1.0)
8787

8888

0 commit comments

Comments
 (0)