Skip to content

Commit

Permalink
hotfix: use rstan backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Mar 27, 2024
1 parent 0743eeb commit 959b403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-estimate_truncation.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ test_that("estimate_truncation works with zero_threshold set", {
modified_data <- purrr::map(modified_data, function(x) x[sample(1:10, 6), confirm := 0])
out <- estimate_truncation(modified_data,
verbose = FALSE, chains = 2, iter = 1000, warmup = 250,
stan = stan_opts(backend = "cmdstanr"),
zero_threshold = 1
)
expect_named(out, c("dist", "obs", "last_obs", "cmf", "data", "fit"))
Expand Down

0 comments on commit 959b403

Please sign in to comment.