We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f869347 commit 5716287Copy full SHA for 5716287
torch_sparse/spspmm.py
@@ -66,7 +66,7 @@ def from_scipy(A):
66
return index, value
67
68
69
-def lift(indexA, valueA, indexB, n):
+def lift(indexA, valueA, indexB, n): # pragma: no cover
70
indexA = indexA[0] * n + indexA[1]
71
indexB = indexB[0] * n + indexB[1]
72
0 commit comments