Skip to content

Commit

Permalink
remove dev comment
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser committed Dec 18, 2024
1 parent 6c69e34 commit 4610128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/PipeOpColRoles.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ PipeOpColRoles = R6Class("PipeOpColRoles",
tags = c("train", "predict"),
custom_check = crate(function(x) {
first_check = check_list(x, types = c("character", "null"), min.len = 1L, names = "unique")
# test that this works if two vectors have the name of a column, otherwise "unique"; is unique in task$col_roles
# Return the error directly if this failed
if (!isTRUE(first_check)) return(first_check)

Expand Down

0 comments on commit 4610128

Please sign in to comment.