Skip to content

Commit 2d6658f

Browse files
committed
no prfit!
1 parent 42a2929 commit 2d6658f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/prima.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ end
116116
println(m1)
117117
println(m1.optsum)
118118
@test isapprox(objective(m1), 237648.6016)
119-
prfit!(m1; progress)
119+
m1.optsum.backend = :prima
120+
m1.optsum.optimizer = :bobyqa
121+
refit!(m1; progress)
120122
println(m1)
121123
println(m1.optsum)
122124
@test isapprox(objective(m1), 237648.6016)

0 commit comments

Comments
 (0)