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.
1 parent 1379f82 commit ddb2a1eCopy full SHA for ddb2a1e
tests/testthat/test-bootstrap_parameters.R
@@ -17,7 +17,7 @@ test_that("bootstrap_model intercept-only", {
17
set.seed(123)
18
out <- bootstrap_model(mod, iterations = 20)
19
expect_equal(
20
- out,
+ as.numeric(out),
21
c(
22
6.3, 4.8, 7, 6, 6.3, 6.7, 6.6, 6.6, 6.1, 6.1, 6.3, 6.3, 6.1,
23
7.2, 5.9, 5.6, 5.7, 6.8, 6.7, 6.4
0 commit comments