File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ prob_sparse_spd = LinearProblem(A_sparse_spd, b)
29
29
JET. @test_opt solve (prob, GenericLUFactorization ())
30
30
JET. @test_opt solve (prob, DiagonalFactorization ())
31
31
JET. @test_opt solve (prob, SimpleLUFactorization ())
32
- JET. @test_opt solve (prob_spd, NormalCholeskyFactorization ()) broken = true
32
+ JET. @test_opt solve (prob_spd, NormalCholeskyFactorization ())
33
33
JET. @test_opt solve (prob, NormalBunchKaufmanFactorization ())
34
34
35
35
# CholeskyFactorization and SVDFactorization now pass JET tests
36
- JET. @test_opt solve (prob_spd, CholeskyFactorization ()) broken = true
37
- JET. @test_opt solve (prob, SVDFactorization ()) broken = true
36
+ JET. @test_opt solve (prob_spd, CholeskyFactorization ())
37
+ JET. @test_opt solve (prob, SVDFactorization ())
38
38
39
39
# Tests with known type stability issues - marked as broken
40
40
JET. @test_opt solve (prob, QRFactorization ()) broken= true
107
107
# Test the default solver selection
108
108
JET. @test_opt solve (prob) broken= true
109
109
JET. @test_opt solve (prob_sparse) broken= true
110
- end
110
+ end
You can’t perform that action at this time.
0 commit comments