Skip to content

Commit 8a26141

Browse files
committed
lint bruuuvvvv
1 parent 4416135 commit 8a26141

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test_transforms_v2.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5593,7 +5593,10 @@ def test_clamping_mode(self, rotated, constructor_clamping_mode, clamping_mode,
55935593

55945594
if rotated:
55955595
boxes = tv_tensors.BoundingBoxes(
5596-
[0., 0., 100., 100., 0.], format="XYWHR", canvas_size=(10, 10), clamping_mode=constructor_clamping_mode
5596+
[0.0, 0.0, 100.0, 100.0, 0.0],
5597+
format="XYWHR",
5598+
canvas_size=(10, 10),
5599+
clamping_mode=constructor_clamping_mode,
55975600
)
55985601
expected_clamped_output = torch.tensor([[0.0, 0.0, 10.0, 10.0, 0.0]])
55995602
else:

0 commit comments

Comments
 (0)