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