Skip to content

Commit

Permalink
Return array from mask test for arraydiff
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 13, 2023
1 parent 9de68eb commit 694b312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regions/shapes/tests/test_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ def test_to_mask(region, mode):
except NotImplementedError:
pytest.xfail()
assert isinstance(mask, RegionMask)
return mask.data.astype(float)

0 comments on commit 694b312

Please sign in to comment.