We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1638a commit c67f844Copy full SHA for c67f844
test/23_test_problems.jl
@@ -101,18 +101,10 @@ end
101
broken_tests[alg_ops[2]] = [1, 5, 6, 8, 11, 18]
102
broken_tests[alg_ops[3]] = [1, 4, 5, 6, 9, 11]
103
broken_tests[alg_ops[4]] = [1, 5, 6, 8, 11]
104
- broken_tests[alg_ops[5]] = [1, 3, 4, 5, 6, 8, 9, 11, 12, 15, 21]
105
- broken_tests[alg_ops[6]] = [3, 4, 5, 6, 8, 9, 11, 12, 21]
106
-
107
- skip_tests = Dict(alg => Int[] for alg in alg_ops)
108
- skip_tests[alg_ops[1]] = [2, 22]
109
- skip_tests[alg_ops[2]] = [2, 22]
110
- skip_tests[alg_ops[3]] = [2, 22]
111
- skip_tests[alg_ops[4]] = [2, 22]
112
- skip_tests[alg_ops[5]] = [2, 22]
113
- skip_tests[alg_ops[6]] = [2, 22]
114
115
- test_on_library(problems, dicts, alg_ops, broken_tests; skip_tests)
+ broken_tests[alg_ops[5]] = [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 15, 21]
+ broken_tests[alg_ops[6]] = [2, 3, 4, 5, 6, 8, 9, 11, 12, 21, 22]
+
+ test_on_library(problems, dicts, alg_ops, broken_tests)
116
end
117
118
@testset "Klement 23 Test Problems" begin
0 commit comments