Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 73d7329

Browse files
committed
More of the 23 tests are working
1 parent 8e0a9af commit 73d7329

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/23_test_problems.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,9 @@ end
7070
alg_ops = (SimpleBroyden(),)
7171

7272
broken_tests = Dict(alg => Int[] for alg in alg_ops)
73-
broken_tests[alg_ops[1]] = [1, 4, 5, 6, 11, 12, 13, 14]
73+
broken_tests[alg_ops[1]] = [1, 5, 11]
7474

75-
skip_tests = Dict(alg => Int[] for alg in alg_ops)
76-
skip_tests[alg_ops[1]] = [2, 22]
77-
78-
test_on_library(problems, dicts, alg_ops, broken_tests; skip_tests)
75+
test_on_library(problems, dicts, alg_ops, broken_tests)
7976
end
8077

8178
@testset "SimpleKlement 23 Test Problems" begin

0 commit comments

Comments
 (0)