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

Commit 92ede49

Browse files
committed
Fix the 23 test problems
1 parent ec8a5a4 commit 92ede49

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/23_test_problems.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ end
4242

4343
# dictionary with indices of test problems where method does not converge to small residual
4444
broken_tests = Dict(alg => Int[] for alg in alg_ops)
45-
broken_tests[alg_ops[1]] = [6]
45+
broken_tests[alg_ops[1]] = []
4646

4747
test_on_library(problems, dicts, alg_ops, broken_tests)
4848
end
@@ -82,7 +82,7 @@ end
8282
alg_ops = (SimpleKlement(),)
8383

8484
broken_tests = Dict(alg => Int[] for alg in alg_ops)
85-
broken_tests[alg_ops[1]] = [1, 2, 4, 5, 6, 11, 12, 22]
85+
broken_tests[alg_ops[1]] = [1, 2, 4, 5, 11, 12, 22]
8686

8787
test_on_library(problems, dicts, alg_ops, broken_tests)
8888
end

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
1212
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14+
15+
[compat]
16+
NonlinearProblemLibrary = "0.1.2"

0 commit comments

Comments
 (0)