From 4b6648564f051517dc0f407210dd88ce7ee2bc00 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Wed, 6 Mar 2024 00:35:07 +0000 Subject: [PATCH] Update src/MixedModels.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/MixedModels.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MixedModels.jl b/src/MixedModels.jl index cca120f83..664b5db0a 100644 --- a/src/MixedModels.jl +++ b/src/MixedModels.jl @@ -218,8 +218,8 @@ include("profile/profile.jl") # these are relatively small models and so shouldn't increase precompile times all that much # while still massively boosting load and TTFX times m = fit(MixedModel, - @formula(reaction ~ 1 + days + (1 + days | subj)), - sleepstudy; progress) + @formula(reaction ~ 1 + days + (1 + days | subj)), + sleepstudy; progress) show(io, m) show(io, m.PCA.subj) show(io, m.rePCA)