mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
137 stars 25 forks source link

Fix tests for dictionary #676

Closed mllg closed 1 year ago

mllg commented 2 years ago

In https://github.com/mlr-org/mlr3misc/commit/7f56ff2e0992508e25a04e3af0ed20fbd17eacfc I introduced default names for the elements returned by a dictionaries (which is sometimes very convenient). This breaks some tests in pipelines, see https://github.com/mlr-org/mlr3misc/pull/68.