Skip to content

Commit

Permalink
removed test for mask shape
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavTuli committed Mar 7, 2021
1 parent 57a2d75 commit 63cf2d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hub/schema/tests/test_features.py
Expand Up @@ -101,13 +101,6 @@ def test_polygon():
poly2 = Polygon(shape=(11, 4, 2))


def test_mask():
with pytest.raises(ValueError):
mask1 = Mask(shape=(11, 5))
with pytest.raises(ValueError):
mask2 = Mask(shape=(11, 4, 2))


test_image_inputs = [
"uint32",
"int16",
Expand Down

0 comments on commit 63cf2d5

Please sign in to comment.