Skip to content

Commit 62f5f78

Browse files
committed
remove debug stuff
1 parent 8149e9f commit 62f5f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_transforms_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5615,7 +5615,6 @@ class TestSetClampingMode:
56155615
def test_setter(self, format, constructor_clamping_mode, desired_clamping_mode):
56165616

56175617
in_boxes = make_bounding_boxes(format=format, clamping_mode=constructor_clamping_mode)
5618-
assert in_boxes.clamping_mode == constructor_clamping_mode # input is unchanged: no leak
56195618
out_boxes = transforms.SetClampingMode(clamping_mode=desired_clamping_mode)(in_boxes)
56205619

56215620
assert in_boxes.clamping_mode == constructor_clamping_mode # input is unchanged: no leak

0 commit comments

Comments
 (0)