Skip to content

Commit e889c59

Browse files
committed
Merge branch 'main' of github.com:pytorch/torchcodec into center_crop
2 parents 47dbc5b + 1b13e58 commit e889c59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_transform_ops.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def test_resize_fails(self):
154154
transforms=[torchcodec.transforms.Resize(size=(100, 100, 100))],
155155
)
156156

157+
<<<<<<< HEAD
157158
@pytest.mark.parametrize(
158159
"height_scaling_factor, width_scaling_factor",
159160
((0.5, 0.5), (0.25, 0.1), (1.0, 1.0), (0.15, 0.75)),
@@ -209,6 +210,8 @@ def test_center_crop_fails(self):
209210
transforms=[torchcodec.transforms.CenterCrop(size=(100,))],
210211
)
211212

213+
=======
214+
>>>>>>> 1b13e58cf75033a8e7bd3a8974cf126af603f226
212215
@pytest.mark.parametrize(
213216
"height_scaling_factor, width_scaling_factor",
214217
((0.5, 0.5), (0.25, 0.1), (1.0, 1.0), (0.15, 0.75)),

0 commit comments

Comments
 (0)