Skip to content

Commit dbf77c8

Browse files
committed
removed skip for test_pdist_empty_col
1 parent e62b4d7 commit dbf77c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_nn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4918,7 +4918,6 @@ def test_pdist_empty_row(self):
49184918
inp = torch.randn(1, 3, dtype=torch.double, device=device, requires_grad=True)
49194919
self.assertTrue(gradcheck(F.pdist, (inp,)))
49204920

4921-
@skipIfRocm
49224921
def test_pdist_empty_col(self):
49234922
for device in device_():
49244923
inp = torch.randn(4, 0, dtype=torch.double, device=device, requires_grad=True)

0 commit comments

Comments
 (0)