Skip to content

Commit 347ed61

Browse files
committed
remove obsolete skips
1 parent 59c721b commit 347ed61

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_prototype_transforms_functional.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@ def resize_bounding_box():
208208
and callable(kernel)
209209
and any(feature_type in name for feature_type in {"image", "segmentation_mask", "bounding_box", "label"})
210210
and "pil" not in name
211-
and (
212-
name
213-
not in {
214-
"get_image_size",
215-
"get_image_num_channels",
216-
}
217-
)
218211
],
219212
)
220213
def test_scriptable(kernel):

0 commit comments

Comments
 (0)