Skip to content

Commit

Permalink
Update Lrnr_base.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsvanderlaan authored Aug 12, 2023
1 parent 5809b33 commit 385519d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/Lrnr_base.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ Lrnr_base <- R6Class(
}
return(predictions)
},
},
base_chain = function(task = NULL) {
self$assert_trained()
if (is.null(task)) {
Expand Down

0 comments on commit 385519d

Please sign in to comment.