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.
2 parents 074eee6 + f94b399 commit 99837f5Copy full SHA for 99837f5
pygmt/tests/test_datasets_earth_relief.py
@@ -42,7 +42,7 @@ def test_earth_relief_01d_with_region():
42
assert data.shape == (11, 21)
43
npt.assert_allclose(data.lat, np.arange(-5, 6, 1))
44
npt.assert_allclose(data.lon, np.arange(-10, 11, 1))
45
- npt.assert_allclose(data.min(), -5147)
+ npt.assert_allclose(data.min(), -5154)
46
npt.assert_allclose(data.max(), 805.5)
47
48
0 commit comments