Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Apr 23, 2024
1 parent 8218e07 commit 7bca54f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/PipeOpLearnerCV.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ PipeOpLearnerCV = R6Class("PipeOpLearnerCV",
}
),
private = list(
.train = function(inputs) {
out = super$.train(inputs)
return(out)
},
.train_task = function(task) {
on.exit({private$.learner$state = NULL})

Expand Down

0 comments on commit 7bca54f

Please sign in to comment.