Skip to content

Commit

Permalink
Merge pull request #280 from yonatanwesen/yd/pt-23testproblems
Browse files Browse the repository at this point in the history
test PT on 23 test problems
  • Loading branch information
ChrisRackauckas authored Nov 7, 2023
2 parents 468a846 + 28c2137 commit fb2f19a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,12 @@ end

test_on_library(problems, dicts, alg_ops, broken_tests)
end

@testset "PseudoTransient 23 Test Problems" begin
alg_ops = (PseudoTransient(; alpha_initial = 10.0),)

broken_tests = Dict(alg => Int[] for alg in alg_ops)
broken_tests[alg_ops[1]] = [1, 6, 9, 18, 21, 22]

test_on_library(problems, dicts, alg_ops, broken_tests)
end

0 comments on commit fb2f19a

Please sign in to comment.