Skip to content

Commit f94b399

Browse files
author
Meghan Jones
authored
Update earth_relief test for SRTM15+ v2.4 release (#1863)
1 parent 0aa04d7 commit f94b399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_datasets_earth_relief.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_earth_relief_01d_with_region():
4242
assert data.shape == (11, 21)
4343
npt.assert_allclose(data.lat, np.arange(-5, 6, 1))
4444
npt.assert_allclose(data.lon, np.arange(-10, 11, 1))
45-
npt.assert_allclose(data.min(), -5147)
45+
npt.assert_allclose(data.min(), -5154)
4646
npt.assert_allclose(data.max(), 805.5)
4747

4848

0 commit comments

Comments
 (0)