diff --git a/pygmt/tests/test_datasets_earth_relief.py b/pygmt/tests/test_datasets_earth_relief.py index 5d69d0d147f..58ef7e66164 100644 --- a/pygmt/tests/test_datasets_earth_relief.py +++ b/pygmt/tests/test_datasets_earth_relief.py @@ -211,4 +211,4 @@ def test_earth_relief_03s_default_registration(): npt.assert_allclose(data.coords["lon"].data.min(), -10) npt.assert_allclose(data.coords["lon"].data.max(), -9.8) npt.assert_allclose(data.min(), -2069.85, atol=0.5) - npt.assert_allclose(data.max(), -923.5, atol=0.5) + npt.assert_allclose(data.max(), -921.5, atol=0.5)