Skip to content

Commit 4dab76f

Browse files
Merge pull request #179 from tidymodels/fix-178
2 parents 0582ae3 + 041a432 commit 4dab76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/cal-estimate-utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ get_prediction_data <- function(
167167
.by = NULL
168168
) {
169169
if (!inherits(.data, "tbl_df")) {
170-
data <- dplyr::as_tibble(.data)
170+
.data <- dplyr::as_tibble(.data)
171171
}
172172

173173
truth <- names(tidyselect::eval_select(rlang::enquo(truth), .data))

0 commit comments

Comments
 (0)