You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/LinearSolveSparseArraysExt.jl
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ function LinearSolve.defaultalg(A::AbstractSparseMatrixCSC{Tv, Ti}, b,
53
53
elseif ext ===nothing
54
54
error("SparspakFactorization required for general sparse matrix types and with general Julia number types. Do `using Sparspak` in order to enable this functionality")
55
55
else
56
-
error("Unreachable reached. Please report this error with a reproducer."
56
+
error("Unreachable reached. Please report this error with a reproducer.")
0 commit comments