Skip to content

Commit 829567a

Browse files
committed
test PT on 23 test problems
1 parent c6c875f commit 829567a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/23_test_problems.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,12 @@ end
101101

102102
test_on_library(problems, dicts, alg_ops, broken_tests)
103103
end
104+
105+
@testset "PseudoTransient 23 Test Problems" begin
106+
alg_ops = (PseudoTransient(;alpha_initial = 10.0),)
107+
108+
broken_tests = Dict(alg => Int[] for alg in alg_ops)
109+
broken_tests[alg_ops[1]] = [1, 6,9,18,21,22]
110+
111+
test_on_library(problems, dicts, alg_ops, broken_tests)
112+
end

0 commit comments

Comments
 (0)