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 e33dc1a commit 9dc507c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PipeOpTaskPreprocTorch.R
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ create_ps = function(fn) {
#' The parameter set.
#' If this is left as `NULL` (default) the parameter set is inferred in the following way:
#' All parameters but the first and `...` of `fn` are set as untyped parameters with tags 'train' and those that
#' have nod default value are tagged as 'required' as well.
#' have no default value are tagged as 'required' as well.
#' Default values are not annotated.
#' @param parent_env (`environment`)\cr
#' The parent environment for the R6 class.
Expand Down

0 comments on commit 9dc507c

Please sign in to comment.