Skip to content

Commit c9589f7

Browse files
authored
Update test_prototype_transforms_functional.py
1 parent 2ece9af commit c9589f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_prototype_transforms_functional.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,4 +933,3 @@ def test_correctness_vertical_flip_segmentation_mask_on_fixed_input(device):
933933
expected_mask = torch.zeros((3, 3, 3), dtype=torch.long, device=device)
934934
expected_mask[:, -1, :] = 1
935935
torch.testing.assert_close(out_mask, expected_mask)
936-

0 commit comments

Comments
 (0)