Skip to content

Commit

Permalink
Merge pull request klarrieu#11 from OpenTopography/main
Browse files Browse the repository at this point in the history
fix test path
  • Loading branch information
klarrieu authored Aug 14, 2022
2 parents 7ff022e + c58ab8b commit 3770ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_local.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from riverrem.REMMaker import REMMaker

test_dem = './smith_SRTM.tif'
test_dem = './tests/smith_SRTM.tif'

if __name__ == "__main__":
rem_maker = REMMaker(dem=test_dem)
Expand Down

0 comments on commit 3770ee2

Please sign in to comment.