Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Oct 18, 2024
1 parent bc5422a commit 3424328
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Imports:
lifecycle (>= 1.0.0),
parsnip (>= 1.2.0),
purrr (>= 1.0.0),
recipes (>= 1.0.4),
recipes (>= 1.1.0.9001),
rlang (>= 1.1.0),
rsample (>= 1.2.1.9000),
tailor,
Expand Down
8 changes: 4 additions & 4 deletions tests/testthat/_snaps/bayes.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,12 +393,12 @@
Message
x Fold1: preprocessor 1/1:
Error in `step_spline_b()`:
Caused by error in `glue()`:
! Expecting '}'
Caused by error in `spline_msg()`:
! Error in if (df < 0) : missing value where TRUE/FALSE needed
x Fold2: preprocessor 1/1:
Error in `step_spline_b()`:
Caused by error in `glue()`:
! Expecting '}'
Caused by error in `spline_msg()`:
! Error in if (df < 0) : missing value where TRUE/FALSE needed
Condition
Warning:
All models failed. Run `show_notes(.Last.tune.result)` for more information.
Expand Down
8 changes: 4 additions & 4 deletions tests/testthat/_snaps/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
Message
x Fold1: preprocessor 1/1:
Error in `step_spline_b()`:
Caused by error in `glue()`:
! Expecting '}'
Caused by error in `spline_msg()`:
! Error in if (df < 0) : missing value where TRUE/FALSE needed
x Fold2: preprocessor 1/1:
Error in `step_spline_b()`:
Caused by error in `glue()`:
! Expecting '}'
Caused by error in `spline_msg()`:
! Error in if (df < 0) : missing value where TRUE/FALSE needed
Condition
Warning:
All models failed. Run `show_notes(.Last.tune.result)` for more information.
Expand Down
8 changes: 4 additions & 4 deletions tests/testthat/_snaps/resample.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
Message
x Fold1: preprocessor 1/1:
Error in `step_spline_natural()`:
Caused by error in `glue()`:
! Expecting '}'
Caused by error in `spline_msg()`:
! Error in if (df < 2) : missing value where TRUE/FALSE needed
x Fold2: preprocessor 1/1:
Error in `step_spline_natural()`:
Caused by error in `glue()`:
! Expecting '}'
Caused by error in `spline_msg()`:
! Error in if (df < 2) : missing value where TRUE/FALSE needed
Condition
Warning:
All models failed. Run `show_notes(.Last.tune.result)` for more information.
Expand Down

0 comments on commit 3424328

Please sign in to comment.