Skip to content

Commit

Permalink
Update test/utils_and_types.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
palday and github-actions[bot] authored Jul 16, 2024
1 parent 66156b2 commit b55c2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils_and_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ m1 = fit(MixedModel,
@test wald.upper boot.upper rtol = 0.05

@test all(splat(isapprox),
zip(MixedModelsMakie.confint_table(mr).estimate, fixef(mr)))
zip(MixedModelsMakie.confint_table(mr).estimate, fixef(mr)))

@test fixefnames(mr) == MixedModelsMakie.confint_table(mr).coefname
@test fixefnames(mr) == MixedModelsMakie.confint_table(br).coefname
Expand Down

0 comments on commit b55c2d1

Please sign in to comment.