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 ab0c6e4 commit 532324aCopy full SHA for 532324a
test/forwarddiff_overloads.jl
@@ -192,4 +192,4 @@ backslash_x_p = A \ b
192
A, b = h([ForwardDiff.Dual(5.0, 1.0, 0.0), ForwardDiff.Dual(5.0, 0.0, 1.0)])
193
194
prob = LinearProblem(A, b)
195
-@test init(prob, GenericLUFactorization()) isa LinearCache
+@test init(prob, GenericLUFactorization()) isa LinearSolve.LinearCache
0 commit comments