Skip to content

Commit

Permalink
Update mglmxls.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn authored Oct 3, 2024
1 parent c0801c6 commit ba864d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mglmxls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ba864d3

Please sign in to comment.