Skip to content

Commit

Permalink
fix: braket
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 7, 2023
1 parent 2164d4d commit 21ed459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/worker.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ learner_train = function(learner, task, train_row_ids = NULL, test_row_ids = NUL
))

if (store_prototype) {
proto = task$data(rows = integer()))
proto = task$data(rows = integer())
learner$state$data_prototype = proto
learner$state$task_prototype = proto
}
Expand Down

0 comments on commit 21ed459

Please sign in to comment.