Skip to content

Commit 736becc

Browse files
committed
disable progress in prfit! test
1 parent d87ee7e commit 736becc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prima.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include("modelcache.jl")
77
# model = first(models(:sleepstudy))
88

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

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

0 commit comments

Comments
 (0)