Skip to content

Commit d84bef1

Browse files
author
Daniel Flores
committed
increase atol in test_full_and_studio_range_bt709_video
1 parent 4119cef commit d84bef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_decoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ def test_full_and_studio_range_bt709_video(self, asset):
12241224
cpu_frame = decoder_cpu.get_frame_at(frame_index).data
12251225

12261226
if cuda_version_used_for_building_torch() >= (12, 9):
1227-
torch.testing.assert_close(gpu_frame, cpu_frame, rtol=0, atol=2)
1227+
torch.testing.assert_close(gpu_frame, cpu_frame, rtol=0, atol=3)
12281228
elif cuda_version_used_for_building_torch() == (12, 8):
12291229
assert psnr(gpu_frame, cpu_frame) > 20
12301230

0 commit comments

Comments
 (0)