Skip to content

Commit fb2f19a

Browse files
Merge pull request #280 from yonatanwesen/yd/pt-23testproblems
test PT on 23 test problems
2 parents 468a846 + 28c2137 commit fb2f19a

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
@@ -110,3 +110,12 @@ end
110110

111111
test_on_library(problems, dicts, alg_ops, broken_tests)
112112
end
113+
114+
@testset "PseudoTransient 23 Test Problems" begin
115+
alg_ops = (PseudoTransient(; alpha_initial = 10.0),)
116+
117+
broken_tests = Dict(alg => Int[] for alg in alg_ops)
118+
broken_tests[alg_ops[1]] = [1, 6, 9, 18, 21, 22]
119+
120+
test_on_library(problems, dicts, alg_ops, broken_tests)
121+
end

0 commit comments

Comments
 (0)