Skip to content

Commit

Permalink
test PT on 23 test problems
Browse files Browse the repository at this point in the history
  • Loading branch information
yonatanwesen committed Nov 6, 2023
1 parent c6c875f commit 829567a
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 @@ -101,3 +101,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 829567a

Please sign in to comment.