Closed
Description
These two lines are contradictory:
mlr3tuning/tests/testthat/helper.R
Line 4 in 4b6c958
mlr3tuning/tests/testthat/test_Tuner.R
Line 72 in 4b6c958
Because helper.R is always sourced before running a test_
file.
IMO if {mlr3pipelines} is required for the tests, it is better to put the library()
call in tests/testthat.R
-- this is the first place a reader will look for test requirements.
If it's indeed optional, I would remove the library()
call in helper.R.
Metadata
Assignees
Labels
No labels
Activity