Skip to content

Commit

Permalink
Merge pull request #335 from SciML/ap/fix_test
Browse files Browse the repository at this point in the history
Remove the true jacobian Klement from the tests
  • Loading branch information
ChrisRackauckas authored Dec 21, 2023
2 parents 014c569 + 72d8383 commit d723578
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,11 @@ 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]
broken_tests[alg_ops[2]] = [2, 4, 5, 6, 7, 18, 22]

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

0 comments on commit d723578

Please sign in to comment.