From f053f5c56944ae434282379583855a96ad9c85fd Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 1 Oct 2024 12:25:30 +0200 Subject: [PATCH] Revert "update test" This reverts commit 92d14abb0d7ba7b1664fb6dacbaa468f952cad56. --- tests/testthat/test-check_prior.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/testthat/test-check_prior.R b/tests/testthat/test-check_prior.R index 4657f133e..50028c4e2 100644 --- a/tests/testthat/test-check_prior.R +++ b/tests/testthat/test-check_prior.R @@ -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) @@ -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" ) ))