Skip to content

Commit

Permalink
Update setup.R
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Dec 3, 2024
1 parent ef17a1a commit 0ce7617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if (not_on_cran()) {
fit_marginal_sex <- suppressMessages(epidist(
data = prep_marginal_obs_sex,
formula = bf(mu ~ 1 + sex, sigma ~ 1 + sex),
seed = 1, silent = 2, refresh = 50,
seed = 1, silent = 2, refresh = 0,
cores = 2, chains = 2, backend = "cmdstanr"
))
}

0 comments on commit 0ce7617

Please sign in to comment.