Skip to content

Commit

Permalink
Fix test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Feb 28, 2024
1 parent 8f7f510 commit 669f489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-offset.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test_that("Offset works with extra_time", {
)
expect_true(inherits(fit, "sdmTMB"))
b <- tidy(fit, "ran_pars")
expect_equal(round(b$estimate[b$term == "rho"], 2), 0.88)
expect_equal(round(b$estimate[b$term == "rho"], 2), 0.91)
})

test_that("Offset prediction matches glm()", {
Expand Down

0 comments on commit 669f489

Please sign in to comment.