diff --git a/tests/testthat/_snaps/arguments.md b/tests/testthat/_snaps/arguments.md index a23f6fa5..e1f2b21c 100644 --- a/tests/testthat/_snaps/arguments.md +++ b/tests/testthat/_snaps/arguments.md @@ -12,29 +12,30 @@ k_means() %>% set_mode() Condition Error in `modelenv::stop_incompatible_mode()`: - ! Available modes for model type k_means are: 'unknown', 'partition' + x Available modes for model type k_means are: + * "unknown" and "partition". --- Code k_means() %>% set_mode(2) Condition - Error in `modelenv::check_spec_mode_engine_val()`: - ! '2' is not a known mode for model `k_means()`. + Error in `set_mode()`: + ! 2 is not a known mode for model `k_means()`. --- Code k_means() %>% set_mode("haberdashery") Condition - Error in `modelenv::check_spec_mode_engine_val()`: - ! 'haberdashery' is not a known mode for model `k_means()`. + Error in `set_mode()`: + ! "haberdashery" is not a known mode for model `k_means()`. # can't set a mode that isn't allowed by the model spec Code set_mode(k_means(), "classification") Condition - Error in `modelenv::check_spec_mode_engine_val()`: - ! 'classification' is not a known mode for model `k_means()`. + Error in `set_mode()`: + ! "classification" is not a known mode for model `k_means()`. diff --git a/tests/testthat/_snaps/hier_clust.md b/tests/testthat/_snaps/hier_clust.md index 16bbb373..e6f80bf5 100644 --- a/tests/testthat/_snaps/hier_clust.md +++ b/tests/testthat/_snaps/hier_clust.md @@ -3,8 +3,8 @@ Code hier_clust(mode = "bogus") Condition - Error in `modelenv::check_spec_mode_engine_val()`: - ! 'bogus' is not a known mode for model `hier_clust()`. + Error in `hier_clust()`: + ! "bogus" is not a known mode for model `hier_clust()`. --- diff --git a/tests/testthat/_snaps/k_means.md b/tests/testthat/_snaps/k_means.md index fd1dbd65..ed769b86 100644 --- a/tests/testthat/_snaps/k_means.md +++ b/tests/testthat/_snaps/k_means.md @@ -3,8 +3,8 @@ Code k_means(mode = "bogus") Condition - Error in `modelenv::check_spec_mode_engine_val()`: - ! 'bogus' is not a known mode for model `k_means()`. + Error in `k_means()`: + ! "bogus" is not a known mode for model `k_means()`. --- diff --git a/tests/testthat/_snaps/tune_cluster.md b/tests/testthat/_snaps/tune_cluster.md index 9fa7c69f..654c38f0 100644 --- a/tests/testthat/_snaps/tune_cluster.md +++ b/tests/testthat/_snaps/tune_cluster.md @@ -79,10 +79,10 @@ 1 }, save_pred = TRUE)) Message - x Fold1: preprocessor 1/1: Error in `get_all_predictors()`: - ! The following predi... - x Fold2: preprocessor 1/1: Error in `get_all_predictors()`: - ! The following predi... + x Fold1: preprocessor 1/1: Error in `hardhat::mold()`: + ! The following predictor ... + x Fold2: preprocessor 1/1: Error in `hardhat::mold()`: + ! The following predictor ... Condition Warning: All models failed. See the `.notes` column. @@ -112,6 +112,9 @@ Condition Warning: The `...` are not used in this function but one or more objects were passed: 'something' + Warning: + `grid_latin_hypercube()` was deprecated in dials 1.3.0. + i Please use `grid_space_filling()` instead. Output # Tuning results # 2-fold cross-validation