Skip to content

Commit

Permalink
eliminate progress message in precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 22, 2024
1 parent 1c84361 commit 56fc647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MixedModelsMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ include("recipes.jl")

@setup_workload begin
model = fit(MixedModel, @formula(reaction ~ 1 + days + (1 + days | subj)),
MixedModels.dataset(:sleepstudy))
MixedModels.dataset(:sleepstudy); progress=false)
@compile_workload begin
caterpillar(model)
coefplot(model)
Expand Down

0 comments on commit 56fc647

Please sign in to comment.