Skip to content

Commit 84edb3a

Browse files
committed
fix test
1 parent 2a596dd commit 84edb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-model_performance.bayesian.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_that("model_performance.brmsfit", {
4545
perf <- model_performance(model)
4646
})
4747
expect_equal(perf$R2, 0.8262673, tolerance = 1e-3)
48-
expect_equal(perf$R2_adjusted, 0.7982615, tolerance = 1e-3)
48+
expect_equal(perf$R2_adjusted, 0.792831, tolerance = 1e-3)
4949
expect_equal(perf$ELPD, -78.59823, tolerance = 1e-3)
5050
expect_identical(colnames(perf), c(
5151
"ELPD", "ELPD_SE", "LOOIC", "LOOIC_SE", "WAIC", "R2", "R2_adjusted",

0 commit comments

Comments
 (0)