We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a2d75 commit 63cf2d5Copy full SHA for 63cf2d5
hub/schema/tests/test_features.py
@@ -101,13 +101,6 @@ def test_polygon():
101
poly2 = Polygon(shape=(11, 4, 2))
102
103
104
-def test_mask():
105
- with pytest.raises(ValueError):
106
- mask1 = Mask(shape=(11, 5))
107
108
- mask2 = Mask(shape=(11, 4, 2))
109
-
110
111
test_image_inputs = [
112
"uint32",
113
"int16",
0 commit comments