mlr-org / paradox

ParamHelpers Next Generation
https://paradox.mlr-org.com
GNU Lesser General Public License v3.0
28 stars 7 forks source link

Assigning empty tag list to empty parameter set causes a bug #400

Closed sebffischer closed 4 months ago

sebffischer commented 4 months ago
param_set = paradox::ps()
param_set$tags = mlr3misc::named_list()
#> Error: some columns are not in the data.table: [tag]

Created on 2024-04-17 with reprex v2.0.2

sebffischer commented 4 months ago

@mb706