Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Sep 30, 2024
1 parent f145d29 commit 4fb4908
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/testthat/test-score.R
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,7 @@ test_that("score() works even if only some quantiles are missing", {
asymm <- example_quantile[!quantile_level > 0.6]
expect_warning(
expect_warning(
expect_warning(
score_a <- score(asymm) %>% summarise_scores(by = "model"),
"Computation for `interval_coverage_deviation` failed."
),
score_a <- score(asymm) %>% summarise_scores(by = "model"),
"Computation for `interval_coverage_50` failed."
),
"Computation for `interval_coverage_90` failed."
Expand Down

0 comments on commit 4fb4908

Please sign in to comment.