Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 25, 2025
1 parent 1bc787f commit ba2cc4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-get_datagrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ test_that("get_datagrid - include weights", {
d$wei_factor,
c(1.00213, 1.00213, 1.00213, 1.00213, 1.00213, 1.00213, 1.00213,
1.00213, 1.00213, 1.00213
)
),
tolerance = 1e-3
)

m <- glmmTMB::glmmTMB(Reaction ~ Days + (1 | Subject), data = sleepstudy)
Expand Down

0 comments on commit ba2cc4c

Please sign in to comment.