Skip to content

Commit

Permalink
Revert "update test"
Browse files Browse the repository at this point in the history
This reverts commit 92d14ab.
  • Loading branch information
strengejacke committed Oct 1, 2024
1 parent 92d14ab commit f053f5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-check_prior.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ test_that("check_prior - brms (linux)", {
skip_if_not_or_load_if_installed("RcppEigen")
skip_if_not_or_load_if_installed("brms")

data(inhaler, package = "brms")
# all `brms` examples in circus have uniform prior distribution, so
# need to use a custom example here
set.seed(333)
Expand All @@ -93,7 +92,7 @@ test_that("check_prior - brms (linux)", {
expect_warning(expect_identical(
check_prior(model2, method = "lakeland")$Prior_Quality,
c(
"informative", "informative", "informative", "informative",
"informative", "misinformative", "informative", "informative",
"informative", "not determinable", "not determinable", "not determinable"
)
))
Expand Down

0 comments on commit f053f5c

Please sign in to comment.