Skip to content

Commit

Permalink
update snapshot for rsample change (#941)
Browse files Browse the repository at this point in the history
Co-authored-by: ‘topepo’ <‘[email protected]’>
  • Loading branch information
topepo and ‘topepo’ authored Sep 18, 2024
1 parent 0bc1a5c commit f5deb98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/int_pctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
int_res_1 <- int_pctl(lm_res, times = 500)
Condition
Warning:
Recommend at least 1000 non-missing bootstrap resamples for terms: `rmse`, `rsq`.
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.

---

Expand All @@ -20,7 +20,7 @@
int_res_2 <- int_pctl(lm_res, times = 500, alpha = 0.25)
Condition
Warning:
Recommend at least 1000 non-missing bootstrap resamples for terms: `rmse`, `rsq`.
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.

# percentile intervals - last fit

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-int_pctl.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

test_that("percentile intervals - resamples only", {
skip_if_not_installed("modeldata")
skip_if_not_installed("rsample", minimum_version = "1.1.1.9000")
skip_if_not_installed("rsample", minimum_version = "1.2.1.9000")
library(rsample)
library(parsnip)

Expand Down

0 comments on commit f5deb98

Please sign in to comment.