Skip to content

Commit

Permalink
fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Feb 2, 2024
1 parent 568d9de commit 5833dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test_pointwise.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ loo1 <- suppressWarnings(loo(example_loglik_matrix()))
test_that("pointwise throws the right errors", {
expect_error(
pointwise(loo1, "xxx"),
"'xxx' not found"
"'xxx' not found",
fixed = TRUE
)
expect_error(
pointwise(loo1, c("elpd_loo", "p_loo")),
Expand Down

0 comments on commit 5833dbe

Please sign in to comment.