Skip to content

Commit

Permalink
Update R/PipeOpTaskPreprocTorch.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored Jan 23, 2024
1 parent cf380e8 commit c44d63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/PipeOpTaskPreprocTorch.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ PipeOpTaskPreprocTorch = R6Class("PipeOpTaskPreprocTorch",
assert(check_function(fn), check_character(fn, len = 2L))
private$.fn = fn
private$.rowwise = assert_flag(rowwise)

param_set = assert_param_set(param_set$clone(deep = TRUE))

param_set$add(ps(
Expand Down

0 comments on commit c44d63c

Please sign in to comment.