Skip to content

Commit

Permalink
disable progress in prfit! test
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jan 22, 2025
1 parent d87ee7e commit 736becc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prima.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include("modelcache.jl")
# model = first(models(:sleepstudy))

@testset "formula($model)" for model in models(:sleepstudy)
prmodel = prfit!(LinearMixedModel(formula(model), dataset(:sleepstudy)))
prmodel = prfit!(LinearMixedModel(formula(model), dataset(:sleepstudy)); progress=false)

@test isapprox(loglikelihood(model), loglikelihood(prmodel))
end

0 comments on commit 736becc

Please sign in to comment.