Skip to content

Commit

Permalink
Update src/MixedModelsMakie.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
palday and github-actions[bot] authored Jul 29, 2023
1 parent 8498e36 commit 678abaf
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 @@ -44,7 +44,7 @@ include("xyplot.jl")
include("recipes.jl")

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

0 comments on commit 678abaf

Please sign in to comment.