Skip to content

Commit

Permalink
update tolerance argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Jul 31, 2024
1 parent c2c2794 commit be0c3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-delays.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test_that("truncation parameters can be specified in different ways", {

test_that("distributions incompatible with stan models are caught", {
expect_error(gt_opts(
Gamma(2, 2), tolerance = 0
Gamma(2, 2), default_tolerance = 0
), "maximum")
expect_error(delay_opts(
Normal(2, 2, max = 10)
Expand Down

0 comments on commit be0c3cd

Please sign in to comment.