Commit 8e01fb7c authored by rusty1s's avatar rusty1s
Browse files

typo

parent 04da17c7
......@@ -10,4 +10,4 @@ def test_metis(device):
mat = SparseTensor.from_dense(torch.randn((6, 6), device=device))
mat, partptr, perm = mat.partition_kway(num_parts=2)
assert partptr.numel() == 3
assert perm.nume() == 6
assert perm.numel() == 6
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment