Skip to content

Commit 63cf2d5

Browse files
authored
removed test for mask shape
1 parent 57a2d75 commit 63cf2d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hub/schema/tests/test_features.py

-7
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,6 @@ def test_polygon():
101101
poly2 = Polygon(shape=(11, 4, 2))
102102

103103

104-
def test_mask():
105-
with pytest.raises(ValueError):
106-
mask1 = Mask(shape=(11, 5))
107-
with pytest.raises(ValueError):
108-
mask2 = Mask(shape=(11, 4, 2))
109-
110-
111104
test_image_inputs = [
112105
"uint32",
113106
"int16",

0 commit comments

Comments
 (0)