File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 84
84
85
85
@testset " JET Tests for Krylov Methods" begin
86
86
# KrylovJL methods that pass JET tests
87
- JET. @test_opt solve (prob_spd, KrylovJL_CG ()) broken = true
88
- JET. @test_opt solve (prob, KrylovJL_BICGSTAB ()) broken = true
89
- JET. @test_opt solve (prob, KrylovJL_LSMR ()) broken = true
90
- JET. @test_opt solve (prob, KrylovJL_CRAIGMR ()) broken = true
87
+ JET. @test_opt solve (prob_spd, KrylovJL_CG ())
88
+ JET. @test_opt solve (prob, KrylovJL_BICGSTAB ())
89
+ JET. @test_opt solve (prob, KrylovJL_LSMR ())
90
+ JET. @test_opt solve (prob, KrylovJL_CRAIGMR ())
91
91
92
92
# SimpleGMRES passes JET tests
93
- JET. @test_opt solve (prob, SimpleGMRES ()) broken = true
93
+ JET. @test_opt solve (prob, SimpleGMRES ())
94
94
95
95
# KrylovJL methods with known type stability issues
96
96
JET. @test_opt solve (prob, KrylovJL_GMRES ()) broken= true
You can’t perform that action at this time.
0 commit comments