Skip to content

Commit ee406df

Browse files
committed
set rhoend to 1e-6
1 parent 6bc54d7 commit ee406df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ end
247247
f2(x, cx) = f2(x)
248248
n = 2
249249
rhobeg = 1.0
250-
rhoend = 1e-5
250+
rhoend = 1e-6
251251
ftarget = -Inf
252252
maxfun = 3000n
253253
npt = 2n + 1

0 commit comments

Comments
 (0)