Skip to content

Commit

Permalink
hotfix: suppress messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 18, 2024
1 parent 9a04111 commit e94756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-delays.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ test_that("delay parameters can be specified in different ways", {
)
expect_equal(
tail(round(test_stan_delays(
delays = delay_opts(
delays = suppressMessages(delay_opts(
LogNormal(meanlog = 0.5, sdlog = 0.5)
),
)),
params = delay_params
), digits = 2), n = -2),
c(0.08, 0.33, 0.36, 0.16, 0.05, 0.02, 0.01, 0.00, 0.00, 1.00)
Expand Down

0 comments on commit e94756d

Please sign in to comment.