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 deadcce commit ea0b9d9Copy full SHA for ea0b9d9
unittest/python/decompositions/sparse/test_SimplicialLLT.py
@@ -36,7 +36,7 @@
36
B_sparse = A.dot(X_sparse)
37
B_sparse = B_sparse.tocsc(True)
38
39
-if B_sparse.has_sorted_indices:
+if not B_sparse.has_sorted_indices:
40
B_sparse.sort_indices()
41
42
X_est = llt.solve(B_sparse)
0 commit comments