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 44e93a1 commit 84b2a6bCopy full SHA for 84b2a6b
test/nopre/jet.jl
@@ -132,6 +132,7 @@ end
132
133
@testset "JET Tests for default algs with DualLinear Problems" begin
134
# Test for Default alg choosing for DualLinear Problems
135
+ # These should both produce a LinearCache
136
alg = LinearSolve.DefaultLinearSolver(LinearSolve.DefaultAlgorithmChoice.GenericLUFactorization)
137
JET.@test_opt init(dual_prob, alg) broken = true
138
JET.@test_opt init(dual_prob) broken = true
0 commit comments