Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Nov 7, 2024
1 parent 2e4d3b5 commit 93a4ed4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Code
new_values_ch <- bake(class_test, new_data = new_dat_ch, contains("embed"))
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand All @@ -13,7 +13,7 @@
Code
new_values_ch <- bake(class_test, new_data = new_dat_ch, contains("embed"))
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/feature_hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Code
res_te <- bake(rec_tr, te_dat, dplyr::starts_with("x3"))
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/lencode_bayes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Code
new_values_ch <- bake(class_test, new_data = new_dat_ch)
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand All @@ -28,7 +28,7 @@
Code
new_values_ch <- bake(reg_test, new_data = new_dat_ch)
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand Down Expand Up @@ -63,7 +63,7 @@
Code
new_values_ch <- bake(class_test, new_data = new_dat_ch)
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/lencode_glm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Code
new_values_ch <- bake(class_test, new_data = new_dat_ch)
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand All @@ -13,7 +13,7 @@
Code
new_values_ch <- bake(reg_test, new_data = new_dat_ch)
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/lencode_mixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Code
new_values_ch <- bake(class_test, new_data = new_dat_ch)
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand All @@ -13,7 +13,7 @@
Code
new_values_ch <- bake(reg_test, new_data = new_dat_ch)
Condition
Warning:
Warning in `bake()`:
! There was 1 column that was a factor when the recipe was prepped:
* `x3`
i This may cause errors when processing new data.
Expand Down

0 comments on commit 93a4ed4

Please sign in to comment.