Skip to content

Commit

Permalink
remove qualification from precompile block
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jul 16, 2024
1 parent fe0bf01 commit 0dabbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MixedModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ include("profile/profile.jl")
@setup_workload begin
# Putting some things in `setup` can reduce the size of the
# precompile file and potentially make loading faster.
sleepstudy = MixedModels.dataset(:sleepstudy)
contra = MixedModels.dataset(:contra)
sleepstudy = dataset(:sleepstudy)
contra = dataset(:contra)
progress = false
@compile_workload begin
# all calls in this block will be precompiled, regardless of whether
Expand Down

0 comments on commit 0dabbd5

Please sign in to comment.