We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fa0a7 commit 7e9ac7dCopy full SHA for 7e9ac7d
ext/MixedModelsPRIMAExt.jl
@@ -74,7 +74,7 @@ function MixedModels.optimize!(m::GeneralizedLinearMixedModel, ::PRIMABackend;
74
kwargs...)
75
optsum = m.optsum
76
prog = ProgressUnknown(; desc="Minimizing", showspeed=true)
77
- empty!(opstum.fitlog)
+ empty!(optsum.fitlog)
78
79
function obj(x)
80
val = try
0 commit comments