Skip to content

Commit 545c9ef

Browse files
committed
try test with fewer iterations
1 parent 1d5c499 commit 545c9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test_stan_glm.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ test_that("stan_glm throws appropriate errors, warnings, and messages", {
5858
regexp = "'QR' and 'sparse' cannot both be TRUE")
5959

6060
# message: recommend QR if using meanfield vb
61-
expect_message(capture.output(stan_glm(f, family = "poisson",
62-
algorithm = "fullrank", seed = SEED)),
61+
expect_message(capture.output(stan_glm(f, family = "poisson", iter = 2,
62+
algorithm = "meanfield", seed = SEED)),
6363
regexp = "Setting 'QR' to TRUE can often be helpful")
6464

6565
# require intercept for certain family and link combinations

0 commit comments

Comments
 (0)