Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Feb 16, 2024
1 parent c202f94 commit 5839e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/log.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ prep.step_log <- function(x, training, info = NULL, ...) {

#' @export
bake.step_log <- function(object, new_data, ...) {
# For backward compatibility #1284
col_names <- names(object$columns) %||% object$columns
check_new_data(col_names, object, new_data)

Expand Down

0 comments on commit 5839e82

Please sign in to comment.