Commit 5716287b authored by rusty1s's avatar rusty1s
Browse files

no cover

parent f8693479
......@@ -66,7 +66,7 @@ def from_scipy(A):
return index, value
def lift(indexA, valueA, indexB, n):
def lift(indexA, valueA, indexB, n): # pragma: no cover
indexA = indexA[0] * n + indexA[1]
indexB = indexB[0] * n + indexB[1]
......
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