Skip to content

Commit

Permalink
ENH: Add tests for avoiding regressions due to hyriver/py3dep#30
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Sep 17, 2021
1 parent 63f9fc9 commit 6548b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_pygeoutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def test_gtiff2array():
assert (
abs(canopy_box.mean().values.item() - expected) < SMALL
and abs(canopy.mean().values.item() - expected) < SMALL
and isinstance(canopy.attrs["scales"], tuple)
and isinstance(canopy.attrs["offsets"], tuple)
)


Expand Down

0 comments on commit 6548b4d

Please sign in to comment.