Skip to content

Commit

Permalink
removed test skip for PipeOpFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser authored Jan 30, 2025
1 parent 735ce65 commit b421562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test_dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ test_that("Dictionary contains all PipeOps", {

# the loop now checks whether we can construct each pipeop from the dictionary *and* by itself
for (idx in seq_along(dictnames)) {
if (dictnames[[idx]] == "filter") next # TODO: remove this when https://github.com/mlr-org/mlr3filters/issues/162 is solved

pogen = get(pipeops[idx], pkgenv) # the constructor, as found in the package namespace
dictname = dictnames[idx] # the "key" in the mlr_pipeops dictionary
args = initargs[[pipeops[idx]]] %??% list() # the required arguments, if any. e.g. 'outnum' for PipeOpCopy.
Expand Down

0 comments on commit b421562

Please sign in to comment.