Skip to content

Commit

Permalink
Remove erroneous output_dir arg
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Nov 13, 2024
1 parent f1379b3 commit 03f4971
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-int-direct_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ test_that("epidist.epidist_direct_model fits and the MCMC converges in the defau
fit <- epidist(
data = prep_obs,
seed = 1,
silent = 2,
output_dir = fs::dir_create(tempfile())
silent = 2
)
expect_s3_class(fit, "brmsfit")
expect_s3_class(fit, "epidist_fit")
Expand Down

0 comments on commit 03f4971

Please sign in to comment.