-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
mp <- mungepiece$new(mungebit$new(transform), train_args = alist(sep = Sepal.Length * 2))
expect_equal(mp$run(iris)$sep, iris$Sepal.Length * 2)fails while
expect_equal(mungebit$new(transform)$run(iris, sep = Sepal.Length * 2)$sep, iris$Sepal.Length * 2)works.
See this PR
Reactions are currently unavailable