Skip to content

Commit

Permalink
minor [skip_ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 1, 2024
1 parent cf6d5d3 commit 25e325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model_performance.bayesian.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test_that("model_performance.brmsfit", {
expect_equal(perf$R2, 0.954538, tolerance = 1e-3)
expect_equal(perf$R2_adjusted, 0.9529004, tolerance = 1e-3)
expect_equal(perf$ELPD, -70.40493, tolerance = 1e-3)
expect_identical(colnames(perf), c(
expect_named(perf, c(
"ELPD", "ELPD_SE", "LOOIC", "LOOIC_SE", "WAIC", "R2", "R2_marginal",
"R2_adjusted", "R2_adjusted_marginal", "ICC", "RMSE", "Sigma"
))
Expand Down

0 comments on commit 25e325e

Please sign in to comment.