Skip to content

Commit e2d2153

Browse files
author
Daniel Flores
committed
increase CUDA atol to 3
1 parent 3cc77c3 commit e2d2153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def psnr(a, b, max_val=255) -> float:
7373
def assert_frames_equal(*args, **kwargs):
7474
if sys.platform == "linux":
7575
if args[0].device.type == "cuda":
76-
atol = 2
76+
atol = 3
7777
if get_ffmpeg_major_version() == 4:
7878
assert_tensor_close_on_at_least(
7979
args[0], args[1], percentage=95, atol=atol

0 commit comments

Comments
 (0)