Skip to content

Commit 15b0d78

Browse files
committed
Fix affine test?
1 parent d94e031 commit 15b0d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_transforms_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ def test_functional_bounding_boxes_correctness(self, format, angle, translate, s
16481648
center=center,
16491649
)
16501650

1651-
torch.testing.assert_close(actual, expected, atol=1e-5, rtol=1e-5)
1651+
torch.testing.assert_close(actual, expected, atol=1e-4, rtol=1e-4)
16521652

16531653
@pytest.mark.parametrize("format", list(tv_tensors.BoundingBoxFormat))
16541654
@pytest.mark.parametrize("center", _CORRECTNESS_AFFINE_KWARGS["center"])

0 commit comments

Comments
 (0)