From a0f21c25091fa0f9880eaeed7f196c03a8f430a4 Mon Sep 17 00:00:00 2001 From: Emil Hvitfeldt Date: Mon, 17 Jun 2024 09:15:15 -0700 Subject: [PATCH] update snapshots --- tests/testthat/_snaps/tune_cluster.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/testthat/_snaps/tune_cluster.md b/tests/testthat/_snaps/tune_cluster.md index 4b3eb33b..9fa7c69f 100644 --- a/tests/testthat/_snaps/tune_cluster.md +++ b/tests/testthat/_snaps/tune_cluster.md @@ -126,14 +126,14 @@ Code tmp <- tune::show_best(res) Condition - Warning: - No value of `metric` was given; metric 'sse_within_total' will be used. + Warning in `tune::show_best()`: + No value of `metric` was given; "sse_within_total" will be used. --- Code tmp <- tune::select_best(res) Condition - Warning: - No value of `metric` was given; metric 'sse_within_total' will be used. + Warning in `tune::select_best()`: + No value of `metric` was given; "sse_within_total" will be used.