Skip to content

Commit f853e3a

Browse files
committed
Tighter crop bound
1 parent f0a6174 commit f853e3a

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
@@ -308,7 +308,7 @@ def test_crop_transform(self):
308308
# frame_tv [format=input] -> [format=rgb24] -> [crop]
309309
#
310310
# As a consequence, they are not going to be identical.
311-
assert_tensor_close_on_at_least(frame_crop, frame_tv, percentage=85, atol=3)
311+
assert_tensor_close_on_at_least(frame_crop, frame_tv, percentage=90, atol=2)
312312

313313
assert_frames_equal(frame_crop, frame_ref)
314314

0 commit comments

Comments
 (0)