Skip to content

Commit 8b5f64e

Browse files
committed
test tweak
1 parent 7896396 commit 8b5f64e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/fit.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ end
7777
@testset "generalized" begin
7878
gm1 = fit(MixedModel, @formula(use ~ 1 + urban + livch + age + abs2(age) + (1 | dist)),
7979
MixedModels.dataset(:contra), Bernoulli(); progress=false)
80-
@test deviance(gm1) 2372.7286 atol = 1.0e-3
81-
8280
gm2 = glmm(@formula(use ~ 1 + urban + livch + age + abs2(age) + (1 | dist)),
8381
MixedModels.dataset(:contra), Bernoulli(); progress=false)
84-
@test deviance(gm2) 2372.7286 atol = 1.0e-3
82+
83+
@test deviance(gm1) deviance(gm2)
8584
end
8685

8786
@testset "Normal-IdentityLink" begin

0 commit comments

Comments
 (0)