Skip to content

Commit

Permalink
Remove the true jacobian Klement from the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Dec 21, 2023
1 parent 014c569 commit bc80032
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,10 @@ end
end

@testset "Klement 23 Test Problems" begin
alg_ops = (Klement(), Klement(; init_jacobian = Val(:true_jacobian)),
Klement(; init_jacobian = Val(:true_jacobian_diagonal)))
alg_ops = (Klement(), Klement(; init_jacobian = Val(:true_jacobian_diagonal)))

broken_tests = Dict(alg => Int[] for alg in alg_ops)
broken_tests[alg_ops[1]] = [1, 2, 4, 5, 6, 11, 22]
broken_tests[alg_ops[2]] = [1, 2, 4, 5, 6, 8, 9, 10, 11, 13, 17, 21, 22]
broken_tests[alg_ops[3]] = [2, 4, 5, 6, 7, 18, 22]

test_on_library(problems, dicts, alg_ops, broken_tests)
Expand Down

0 comments on commit bc80032

Please sign in to comment.