mlr-org / mlr3pipelines

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

Do not call set.seed() in tests #639

Closed mllg closed 4 months ago

mllg commented 2 years ago

Otherwise everything gets deterministic (unless executed in parallel).

mb706 commented 4 months ago

closing this since I never got around thinking if this is useful, and I will probably never get around to it. It now has quite a few concepts already; maybe at some point we will do this as part of a general refactor of the tests.