Skip to content

Commit b07b3ac

Browse files
Meghan JonesJosh Sixsmith
authored andcommitted
Update earth_relief test for SRTM15+ v2.4 release (GenericMappingTools#1863)
1 parent d6e979a commit b07b3ac

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)