We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5864f1 commit 7eff796Copy full SHA for 7eff796
pygmt/tests/test_datasets_earth_relief.py
@@ -49,7 +49,7 @@ def test_earth_relief_01d_gebco(data_source):
49
assert data.gmt.registration is GridRegistration.GRIDLINE
50
npt.assert_allclose(data.lat, np.arange(-90, 91, 1))
51
npt.assert_allclose(data.lon, np.arange(-180, 181, 1))
52
- npt.assert_allclose(data.min(), -7169.0, atol=1.0)
+ npt.assert_allclose(data.min(), -7173.0, atol=1.0)
53
npt.assert_allclose(data.max(), 5350.0, atol=1.0)
54
55
@@ -83,7 +83,7 @@ def test_earth_relief_01d_with_region_gebco():
83
84
npt.assert_allclose(data.lat, np.arange(-5, 6, 1))
85
npt.assert_allclose(data.lon, np.arange(-10, 11, 1))
86
- npt.assert_allclose(data.min(), -5118.0, atol=1.0)
+ npt.assert_allclose(data.min(), -5137.0, atol=1.0)
87
npt.assert_allclose(data.max(), 681.0, atol=1.0)
88
89
0 commit comments