Skip to content

Commit 1013840

Browse files
Apply suggestions from code review
1 parent bacb4c3 commit 1013840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/nopre/jet.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ prob_sparse_spd = LinearProblem(A_sparse_spd, b)
2929
JET.@test_opt solve(prob, GenericLUFactorization())
3030
JET.@test_opt solve(prob, DiagonalFactorization())
3131
JET.@test_opt solve(prob, SimpleLUFactorization())
32-
JET.@test_opt solve(prob_spd, NormalCholeskyFactorization())
32+
# JET.@test_opt solve(prob_spd, NormalCholeskyFactorization())
3333
JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
3434

3535
# CholeskyFactorization and SVDFactorization now pass JET tests
36-
JET.@test_opt solve(prob_spd, CholeskyFactorization())
37-
JET.@test_opt solve(prob, SVDFactorization())
36+
# JET.@test_opt solve(prob_spd, CholeskyFactorization())
37+
# JET.@test_opt solve(prob, SVDFactorization())
3838

3939
# Tests with known type stability issues - marked as broken
4040
JET.@test_opt solve(prob, QRFactorization()) broken=true

0 commit comments

Comments
 (0)