Skip to content

Commit

Permalink
MNT: Use get_dem instead of get_map. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 20, 2024
1 parent 4071333 commit f0dfc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_py3dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_dem_vrt():


def test_fill_depressions():
ds = py3dep.get_map("DEM", GEOM.bounds, 1e3)
ds = py3dep.get_dem(GEOM.bounds, 1e3)
ds = py3dep.fill_depressions(ds)
assert_close(ds.mean().item(), 296.9658)

Expand Down

0 comments on commit f0dfc79

Please sign in to comment.