Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Jun 17, 2024
1 parent e6bd342 commit a0f21c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/_snaps/tune_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a0f21c2

Please sign in to comment.