Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 1, 2022
1 parent 19605cb commit 27bebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-check_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ if (requiet("rstanarm")) {
invisible(capture.output(model <- rstanarm::stan_glm(mpg ~ qsec + wt, data = mtcars)))
expect_equal(
which(check_outliers(model, method = "pareto", threshold = list(pareto = 0.5))),
c(9, 17)
17
)
})

Expand Down

0 comments on commit 27bebaf

Please sign in to comment.