Skip to content

Commit

Permalink
fix more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Aug 16, 2024
1 parent 1616c08 commit 8e38287
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/preprocess.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ unchanged_shapes = function(shapes_in, param_vals, task) {

#' @title PipeOpPreprocTorchTrafoNop
#' @usage NULL
#' @name mlr_pipeops_preproc_torch.trafo_nop
#' @name mlr_pipeops.trafo_nop
#' @aliases PipeOpPreprocTorchTrafoNop
#' @rdname PipeOpPreprocTorchTrafoNop
#' @format [`R6Class`][R6::R6Class] inheriting from [`PipeOpTaskPreprocTorch`].
Expand All @@ -54,7 +54,7 @@ register_preproc("trafo_nop", identity, rowwise = FALSE, shapes_out = unchanged_

#' @title PipeOpPreprocTorchTrafoReshape
#' @usage NULL
#' @name mlr_pipeops_preproc_torch.trafo_reshape
#' @name mlr_pipeops.trafo_reshape
#' @aliases PipeOpPreprocTorchTrafoReshape
#' @rdname PipeOpPreprocTorchTrafoReshape
#' @format [`R6Class`][R6::R6Class] inheriting from [`PipeOpTaskPreprocTorch`].
Expand Down
4 changes: 2 additions & 2 deletions man/PipeOpPreprocTorchTrafoNop.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/PipeOpPreprocTorchTrafoReshape.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e38287

Please sign in to comment.