@@ -2022,7 +2022,7 @@ def test_kernel_video(self):
20222022
20232023 @pytest .mark .parametrize (
20242024 "make_input" ,
2025- [make_image_tensor , make_image_pil , make_image , make_bounding_boxes , make_segmentation_mask , make_video ],
2025+ [make_image_tensor , make_image_pil , make_image , make_bounding_boxes , make_segmentation_mask , make_video , make_keypoints ],
20262026 )
20272027 def test_functional (self , make_input ):
20282028 check_functional (F .rotate , make_input (), ** self ._MINIMAL_AFFINE_KWARGS )
@@ -2044,7 +2044,7 @@ def test_functional_signature(self, kernel, input_type):
20442044
20452045 @pytest .mark .parametrize (
20462046 "make_input" ,
2047- [make_image_tensor , make_image_pil , make_image , make_bounding_boxes , make_segmentation_mask , make_video ],
2047+ [make_image_tensor , make_image_pil , make_image , make_bounding_boxes , make_segmentation_mask , make_video , make_keypoints ],
20482048 )
20492049 @pytest .mark .parametrize ("device" , cpu_and_cuda ())
20502050 def test_transform (self , make_input , device ):
0 commit comments