Skip to content

Commit b23aa76

Browse files
Merge branch 'master' into add-trim-tests-rebased
2 parents c76f6ee + a10d495 commit b23aa76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolve"
22
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33
authors = ["SciML"]
4-
version = "4.14.0"
4+
version = "4.15.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

test/23_test_problems_tests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ end
148148
if Sys.isapple()
149149
broken_tests[alg_ops[1]]=[1, 5, 11]
150150
broken_tests[alg_ops[3]]=[1, 5, 6, 9, 11]
151-
if VERSIONv"1.11-"
151+
if VERSIONv"1.12"
152+
# Test #4 (Wood function) passes on v1.12+
153+
broken_tests[alg_ops[5]]=[1, 5, 11]
154+
elseif VERSIONv"1.11-"
152155
broken_tests[alg_ops[5]]=[1, 4, 5, 11]
153156
else
154157
broken_tests[alg_ops[5]]=[1, 5, 11]

0 commit comments

Comments
 (0)