Skip to content

Commit 86b1f58

Browse files
committed
Make it 2
1 parent fec5407 commit 86b1f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_transform_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def test_resize_ffmpeg(self):
260260
if get_ffmpeg_major_version() <= 4 and get_ffmpeg_minor_version() <= 1:
261261
# FFmpeg version 4.1 and before appear to have a different
262262
# resize implementation.
263-
torch.testing.assert_close(frame_resize, frame_ref, rtol=0, atol=3)
263+
torch.testing.assert_close(frame_resize, frame_ref, rtol=0, atol=2)
264264
else:
265265
assert_frames_equal(frame_resize, frame_ref)
266266

0 commit comments

Comments
 (0)