Skip to content

Commit 6098c21

Browse files
Update test/nopre/jet.jl
1 parent 1013840 commit 6098c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nopre/jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ prob_sparse_spd = LinearProblem(A_sparse_spd, b)
3030
JET.@test_opt solve(prob, DiagonalFactorization())
3131
JET.@test_opt solve(prob, SimpleLUFactorization())
3232
# JET.@test_opt solve(prob_spd, NormalCholeskyFactorization())
33-
JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
33+
# JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
3434

3535
# CholeskyFactorization and SVDFactorization now pass JET tests
3636
# JET.@test_opt solve(prob_spd, CholeskyFactorization())

0 commit comments

Comments
 (0)