From 5bcf0bef3d71c4515ef8334a6f3d2c6c6100d5a0 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Wed, 28 Aug 2024 15:50:00 -0500 Subject: [PATCH] update more snaps --- tests/testthat/_snaps/decision_tree.md | 4 ++-- tests/testthat/_snaps/nearest_neighbor_kknn.md | 4 ++-- tests/testthat/_snaps/rand_forest_ranger.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/testthat/_snaps/decision_tree.md b/tests/testthat/_snaps/decision_tree.md index 8dfa9c7bb..41bc8ae1a 100644 --- a/tests/testthat/_snaps/decision_tree.md +++ b/tests/testthat/_snaps/decision_tree.md @@ -45,7 +45,7 @@ Condition Warning: ! 1000 samples were requested but there were 333 rows in the data. - i 333 will be used. + i 333 samples will be used. --- @@ -54,5 +54,5 @@ Condition Warning: ! 1000 samples were requested but there were 333 rows in the data. - i 333 will be used. + i 333 samples will be used. diff --git a/tests/testthat/_snaps/nearest_neighbor_kknn.md b/tests/testthat/_snaps/nearest_neighbor_kknn.md index 774fd3582..0366b1dab 100644 --- a/tests/testthat/_snaps/nearest_neighbor_kknn.md +++ b/tests/testthat/_snaps/nearest_neighbor_kknn.md @@ -5,7 +5,7 @@ Condition Warning: ! 1000 samples were requested but there were 333 rows in the data. - i 328 will be used. + i 328 samples will be used. --- @@ -14,5 +14,5 @@ Condition Warning: ! 1000 samples were requested but there were 333 rows in the data. - i 328 will be used. + i 328 samples will be used. diff --git a/tests/testthat/_snaps/rand_forest_ranger.md b/tests/testthat/_snaps/rand_forest_ranger.md index 66ad1d390..128e4e275 100644 --- a/tests/testthat/_snaps/rand_forest_ranger.md +++ b/tests/testthat/_snaps/rand_forest_ranger.md @@ -30,7 +30,7 @@ i 6 predictors will be used. Warning: ! 1000 samples were requested but there were 333 rows in the data. - i 333 will be used. + i 333 samples will be used. --- @@ -42,5 +42,5 @@ i 6 predictors will be used. Warning: ! 1000 samples were requested but there were 333 rows in the data. - i 333 will be used. + i 333 samples will be used.