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 1013840 commit 6098c21Copy full SHA for 6098c21
test/nopre/jet.jl
@@ -30,7 +30,7 @@ prob_sparse_spd = LinearProblem(A_sparse_spd, b)
30
JET.@test_opt solve(prob, DiagonalFactorization())
31
JET.@test_opt solve(prob, SimpleLUFactorization())
32
# JET.@test_opt solve(prob_spd, NormalCholeskyFactorization())
33
- JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
+ # JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
34
35
# CholeskyFactorization and SVDFactorization now pass JET tests
36
# JET.@test_opt solve(prob_spd, CholeskyFactorization())
0 commit comments