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 b97575d commit d5cbfe0Copy full SHA for d5cbfe0
pygmt/tests/test_datasets_earth_relief.py
@@ -211,4 +211,4 @@ def test_earth_relief_03s_default_registration():
211
npt.assert_allclose(data.coords["lon"].data.min(), -10)
212
npt.assert_allclose(data.coords["lon"].data.max(), -9.8)
213
npt.assert_allclose(data.min(), -2069.85, atol=0.5)
214
- npt.assert_allclose(data.max(), -923.5, atol=0.5)
+ npt.assert_allclose(data.max(), -921.5, atol=0.5)
0 commit comments