From ba864d31e8deb9fcae60e4d937d2b585c3b62e8c Mon Sep 17 00:00:00 2001 From: mwsohn Date: Thu, 3 Oct 2024 15:40:43 -0400 Subject: [PATCH] Update mglmxls.jl --- src/mglmxls.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mglmxls.jl b/src/mglmxls.jl index b9213f6..dbdbfbd 100644 --- a/src/mglmxls.jl +++ b/src/mglmxls.jl @@ -55,7 +55,7 @@ function mglmxls(glmout, col = 0, robust = nothing, adjust = true, - labels::Dict = nothing) + labels = nothing) num_models = length(glmout) otype = Vector(undef,num_models)