Skip to content

Commit 7b2895e

Browse files
Update test-estimate_response.R
1 parent d152e44 commit 7b2895e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testthat/test-estimate_response.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ if (require("testthat") && require("modelbased") && require("rstanarm") && requi
2727
estim <- estimate_link(model, keep_draws = TRUE)
2828
testthat::expect_equal(c(nrow(estim), ncol(estim)), c(25, 1004))
2929

30-
model <- brms::brm(mpg ~ drat, data = mtcars, algorithm = "meanfield", refresh=0)
31-
estim <- estimate_link(model, keep_draws = TRUE)
32-
testthat::expect_equal(c(nrow(estim), ncol(estim)), c(25, 1004))
30+
# model <- brms::brm(mpg ~ drat, data = mtcars, algorithm = "meanfield", refresh=0)
31+
# estim <- estimate_link(model, keep_draws = TRUE)
32+
# testthat::expect_equal(c(nrow(estim), ncol(estim)), c(25, 1004))
3333
})
3434

3535

0 commit comments

Comments
 (0)