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 d72f42a commit 44a9a33Copy full SHA for 44a9a33
test/basictests.jl
@@ -131,7 +131,7 @@ end
131
prob2 = LinearProblem(A2, b2; u0 = x2)
132
test_interface(LinearSolve.FastLUFactorization(), prob1, prob2)
133
test_interface(LinearSolve.FastQRFactorization(), prob1, prob2)
134
-
+
135
# TODO: Resizing tests. Upstream doesn't currently support it.
136
# Need to be absolutely certain we never segfault with incorrect
137
# ws sizes.
0 commit comments