Skip to content

Commit

Permalink
Loosen test on Mac latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Jun 16, 2024
1 parent ad0eb4a commit 0cc7de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test_hess.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ test_that("flexsurvreg fit hessian",{
expect_lt(hess_error(fl), err)
fl <- flexsurvreg(formula = Surv(ovarian$futime, ovarian$fustat) ~ 1, dist="gompertz")
expect_lt(hess_error(fl), err)

err <- 1e-02
fl <- flexsurvreg(formula = Surv(recyrs, censrec) ~ group, data=bc, dist="gompertz")
expect_lt(hess_error(fl), err)
fl <- flexsurvreg(formula = Surv(recyrs, censrec) ~ group,
Expand Down

0 comments on commit 0cc7de1

Please sign in to comment.