Skip to content

Commit 095ef33

Browse files
committed
🤦
1 parent 921f0da commit 095ef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MixedModelsPRIMAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function MixedModels.optimize!(m::LinearMixedModel, ::PRIMABackend; progress::Bo
7171
push!(fitlog, (copy(optsum.initial), optsum.finitial))
7272
info = prima_optimizer!(Val(optsum.optimizer), obj, optsum.final;
7373
xl=optsum.lowerbd, maxfun=optsum.maxfeval,
74-
optsum.rhoend, optsumrhobeg)
74+
optsum.rhoend, optsum.rhobeg)
7575
ProgressMeter.finish!(prog)
7676
optsum.feval = info.nf
7777
optsum.fmin = info.fx

0 commit comments

Comments
 (0)