Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Sep 8, 2022
1 parent 33147c9 commit 5dbb1cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oggm/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2492,10 +2492,6 @@ def test_copdemzone(self):
self.assertTrue('Copernicus_DSM_10_N46_00_E007_00' in
[z[0][1], z[1][1]])

# we want an error if copdem does not find all or any
self.assertRaises(InvalidDEMError, utils.copdem_zone,
[0, 1], [0, 1], 'COPDEM90')

def test_is_dem_source_available(self):
assert utils.is_dem_source_available('SRTM', [11, 11], [47, 47])
assert utils.is_dem_source_available('GIMP', [-25, -25], [71, 71])
Expand Down

0 comments on commit 5dbb1cd

Please sign in to comment.