Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 29, 2024
1 parent 2ad3d54 commit 017d511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/worker.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ learner_predict = function(learner, task, row_ids = NULL) {
if (is.null(learner$state$model)) {
lg$debug("Learner '%s' has no model stored",
learner$id, learner = learner$clone())

pdata = NULL
learner$state$predict_time = NA_real_
} else {
Expand Down

0 comments on commit 017d511

Please sign in to comment.