Skip to content

Commit d723578

Browse files
Merge pull request #335 from SciML/ap/fix_test
Remove the true jacobian Klement from the tests
2 parents 014c569 + 72d8383 commit d723578

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/23_test_problems.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,11 @@ end
104104
end
105105

106106
@testset "Klement 23 Test Problems" begin
107-
alg_ops = (Klement(), Klement(; init_jacobian = Val(:true_jacobian)),
108-
Klement(; init_jacobian = Val(:true_jacobian_diagonal)))
107+
alg_ops = (Klement(), Klement(; init_jacobian = Val(:true_jacobian_diagonal)))
109108

110109
broken_tests = Dict(alg => Int[] for alg in alg_ops)
111110
broken_tests[alg_ops[1]] = [1, 2, 4, 5, 6, 11, 22]
112-
broken_tests[alg_ops[2]] = [1, 2, 4, 5, 6, 8, 9, 10, 11, 13, 17, 21, 22]
113-
broken_tests[alg_ops[3]] = [2, 4, 5, 6, 7, 18, 22]
111+
broken_tests[alg_ops[2]] = [2, 4, 5, 6, 7, 18, 22]
114112

115113
test_on_library(problems, dicts, alg_ops, broken_tests)
116114
end

0 commit comments

Comments
 (0)