Skip to content

Commit 1e03d8a

Browse files
Updates
1 parent d74d29b commit 1e03d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ADtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646
@test sol.retcode == ReturnCode.Success
4747
end
4848

49-
sol = solve(prob, Optim.NewtonTrustRegion())
49+
sol = solve(prob, Optim.Newton())
5050
@test 10 * sol.objective < l1
5151
if adtype != AutoFiniteDiff()
5252
@test sol.retcode == ReturnCode.Success

0 commit comments

Comments
 (0)