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 6098c21 commit d785a88Copy full SHA for d785a88
test/nopre/jet.jl
@@ -45,7 +45,7 @@ end
45
46
@testset "JET Tests for Extension Factorizations" begin
47
# RecursiveFactorization.jl extensions
48
- JET.@test_opt solve(prob, RFLUFactorization())
+ # JET.@test_opt solve(prob, RFLUFactorization())
49
50
# Tests with known type stability issues
51
JET.@test_opt solve(prob, FastLUFactorization()) broken=true
0 commit comments