Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 4, 2024
1 parent e93a9f2 commit 5139a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test_that("predict_newdata with weights (#519)", {
expect_prediction(learner$predict_newdata(task$data()))

# w weights
expect_prediction(learner$predict_newdata(task$data(cols = c(task$target_names, task$feature_names, "Bsmt_Half_Bath"))))
expect_prediction(learner$predict_newdata(task$data(cols = c(task$target_names, task$feature_names, "Bedroom_AbvGr"))))
})

test_that("parallel predict works", {
Expand Down

0 comments on commit 5139a73

Please sign in to comment.