Skip to content

Failing NSE example #44

@robertzk

Description

@robertzk
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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions