Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 22, 2024
1 parent 1a52409 commit 0f32a2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/test-check_zeroinflation.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ test_that("check_zeroinflation, glmmTMB nbinom", {
check_zeroinflation(fit),
structure(
list(
predicted.zeros = 462,
observed.zeros = 482L,
ratio = 0.95850622406639,
predicted.zeros = 424,
observed.zeros = 401L,
ratio = 1.05636907730673,
tolerance = 0.1,
p.value = 0.776
p.value = 0.784
),
class = "check_zi"
),
Expand Down

0 comments on commit 0f32a2b

Please sign in to comment.