Skip to content

Commit 2d55981

Browse files
authored
Fix tests on macOS ARM (#368)
update
1 parent 1577470 commit 2d55981

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torch_sparse/testing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
devices = [torch.device('cpu')]
1717
if torch.cuda.is_available():
1818
devices += [torch.device('cuda:0')]
19-
if torch.backends.mps.is_available():
20-
devices += [torch.device('mps')]
2119

2220

2321
def tensor(x: Any, dtype: torch.dtype, device: torch.device):

0 commit comments

Comments
 (0)