From f0f0cc0080e992ca1b8c8fe32be034f544342f8e Mon Sep 17 00:00:00 2001 From: nikosbosse Date: Mon, 20 Nov 2023 14:40:43 +0100 Subject: [PATCH] Update test snapshot --- tests/testthat/_snaps/summarise_scores.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/testthat/_snaps/summarise_scores.md b/tests/testthat/_snaps/summarise_scores.md index fdc138864..1ecd8e86b 100644 --- a/tests/testthat/_snaps/summarise_scores.md +++ b/tests/testthat/_snaps/summarise_scores.md @@ -2,7 +2,8 @@ Code x <- summarise_scores(scores, by = "model", metric = "auto", relative_skill = TRUE) - Warning + Condition + Warning: The `metric` argument of `summarise_scores()` is deprecated as of scoringutils 1.1.0. i Please use the `relative_skill_metric` argument instead.