Skip to content

Commit

Permalink
Update failed tests list
Browse files Browse the repository at this point in the history
  • Loading branch information
tansongchen committed May 22, 2024
1 parent 73591c0 commit 83be985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/23_test_problems_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
alg_ops = (Halley(),)

broken_tests = Dict(alg => Int[] for alg in alg_ops)
broken_tests[alg_ops[1]] = [1, 5, 8, 15, 16]
broken_tests[alg_ops[1]] = [1, 5, 15, 16]

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

0 comments on commit 83be985

Please sign in to comment.