Skip to content

Commit 22ecbfc

Browse files
committed
fix
1 parent 0d8a29d commit 22ecbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_mlr_graphs_bagging.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test_that("Bagging with replacement", {
5050
tsk$filter(1:140)
5151
expect_equal(anyDuplicated(tsk$data()), 0) # make sure no duplicates
5252

53-
p = ppl("bagging", iterations = 2,
53+
p = ppl("bagging", iterations = 2, frac = 1,
5454
graph = lrn("classif.debug", save_tasks = TRUE),
5555
replace = TRUE, averager = po("classifavg", collect_multiplicity = TRUE)
5656
)

0 commit comments

Comments
 (0)