We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 487009b + 10ca2d4 commit c549ae6Copy full SHA for c549ae6
1 file changed
tests/testthat/test-fit-init.R
@@ -64,7 +64,8 @@ test_that("Multi Pathfinder method works as init", {
64
test_that("Pathfinder method with psis_resample as false works as init", {
65
mod_logistic <- testing_model("logistic")
66
utils::capture.output(fit_path_init <- mod_logistic$pathfinder(
67
- seed=1234, data = data_list_logistic, refresh = 0, num_paths = 1))
+ seed=1234, data = data_list_logistic, refresh = 0, num_paths = 1,
68
+ psis_resample = FALSE))
69
expect_no_error(test_inits(mod_logistic, fit_path_init, data_list_logistic))
70
})
71
0 commit comments