Skip to content

Commit

Permalink
Update test-bayesfactor_parameters.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 2, 2023
1 parent fe912b6 commit 6e9dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-bayesfactor_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test_that("bayesfactor_parameters BRMS", {
set.seed(222)
bfsd2 <- suppressWarnings(bayesfactor_parameters(brms_mixed_6, effects = "fixed"))

expect_equal(log(bfsd1$BF), log(bfsd2$BF), tolerance = 0.11)
expect_equal(bfsd1$log_BF, bfsd2$log_BF, tolerance = 0.11)


brms_mixed_1 <- insight::download_model("brms_mixed_1")
Expand Down

0 comments on commit 6e9dfb1

Please sign in to comment.