Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Nov 14, 2024
1 parent 8902b3e commit cc62225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/pre-action-case-weights.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
predict(wf, df)
Condition
Error in `validate_column_names()`:
! The following required columns are missing: 'w'.
! The required column "w" is missing.

# case weights + recipe requires extra roles at predict time by default

Code
predict(wf, df)
Condition
Error in `validate_column_names()`:
! The following required columns are missing: 'w'.
! The required column "w" is missing.

# case weights + recipe doesn't allow the recipe to drop the case weights column

Expand Down

0 comments on commit cc62225

Please sign in to comment.