From 18442b24b0600d3ae8d6dc115dac77304281c7eb Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 30 Sep 2024 16:53:15 -0500 Subject: [PATCH] update snaps with remote rsample --- tests/testthat/_snaps/int_pctl.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/testthat/_snaps/int_pctl.md b/tests/testthat/_snaps/int_pctl.md index 7960ddf8..c9bb4df6 100644 --- a/tests/testthat/_snaps/int_pctl.md +++ b/tests/testthat/_snaps/int_pctl.md @@ -3,7 +3,7 @@ Code int_res_1 <- int_pctl(lm_res, times = 500) Condition - Warning: + Warning in `rsample::int_pctl()`: Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`. --- @@ -19,7 +19,7 @@ Code int_res_2 <- int_pctl(lm_res, times = 500, alpha = 0.25) Condition - Warning: + Warning in `rsample::int_pctl()`: Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`. # percentile intervals - last fit @@ -27,7 +27,7 @@ Code int_res_1 <- int_pctl(lm_res, times = 200) Condition - Warning: + Warning in `rsample::int_pctl()`: Recommend at least 1000 non-missing bootstrap resamples for term `mae`. --- @@ -35,7 +35,7 @@ Code int_res_2 <- int_pctl(lm_res, times = 200) Condition - Warning: + Warning in `rsample::int_pctl()`: Recommend at least 1000 non-missing bootstrap resamples for term `mae`. # percentile intervals - grid + bayes tuning