mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

fix keep_in_bounds so we dont use internal API #113

Closed berndbischl closed 2 months ago

berndbischl commented 2 months ago

apparently a call to SETLENGTH is considered "internal"

we checked that that code is also neither used in mlr3, paradox and mlr3tune, so we probably don't need the function anyway (?)