We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73591c0 commit 83be985Copy full SHA for 83be985
test/core/23_test_problems_tests.jl
@@ -63,7 +63,7 @@ end
63
alg_ops = (Halley(),)
64
65
broken_tests = Dict(alg => Int[] for alg in alg_ops)
66
- broken_tests[alg_ops[1]] = [1, 5, 8, 15, 16]
+ broken_tests[alg_ops[1]] = [1, 5, 15, 16]
67
68
test_on_library(problems, dicts, alg_ops, broken_tests)
69
end
0 commit comments