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 7906307 commit dbb5c33Copy full SHA for dbb5c33
pygmt/tests/test_datasets_earth_relief.py
@@ -82,7 +82,7 @@ def test_earth_relief_01d_with_region_gebco():
82
assert data.gmt.registration == 0
83
npt.assert_allclose(data.lat, np.arange(-5, 6, 1))
84
npt.assert_allclose(data.lon, np.arange(-10, 11, 1))
85
- npt.assert_allclose(data.min(), -5136.0, atol=1.0)
+ npt.assert_allclose(data.min(), -5118.0, atol=1.0)
86
npt.assert_allclose(data.max(), 681.0, atol=1.0)
87
88
0 commit comments