Skip to content

Commit

Permalink
Update test/misc.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Kleinschmidt <[email protected]>
  • Loading branch information
palday and kleinschmidt authored Oct 6, 2022
1 parent c569a21 commit cfe54ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using MixedModels: dataset

@test MixedModel(@formula(yield ~ 0 + (1|batch)), dyestuff) isa LinearMixedModel
@test MixedModel(@formula(yield ~ 1 + (1|batch)), dyestuff) isa LinearMixedModel
@test_throws MixedModels._MISSING_RE_ERROR MixedModel(@formula(yield ~ 0 + batch), dyestuff)
@test_throws MixedModels._MISSING_RE_ERROR MixedModel(@formula(yield ~ 0 + batch), dyestuff)
@test_throws MixedModels._MISSING_RE_ERROR MixedModel(@formula(yield ~ 1), dyestuff)

@test MixedModel(@formula(yield ~ 0 + (1|batch)), dyestuff, Poisson()) isa GeneralizedLinearMixedModel
Expand Down

0 comments on commit cfe54ce

Please sign in to comment.