Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Aug 18, 2024
1 parent f5d4f8b commit 57cd496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/testthat/helper_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ expect_datapreproc_pipeop_class = function(poclass, constargs = list(), task,
expect_true(task$nrow >= 5)

# overlap between use and test rows
taskvalid = tasktrain$clone(deep = TRUE)$filter(tasktrain$row_roles$use[seq(n_use - 2, n_use)])
tasktrain$internal_valid_task = tasktrain$clone(deep = TRUE)$filter(tasktrain$row_roles$use[seq(n_use - 2, n_use)])

tasktrain$row_roles$use = tasktrain$row_roles$use[seq(1, n_use - 2)]

Expand Down

0 comments on commit 57cd496

Please sign in to comment.