Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed May 1, 2024
1 parent 3bd95b0 commit 43c2189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_TunerADBO.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_that("adbo tuner works", {
minsplit = to_tune(2, 128),
cp = to_tune(1e-04, 1e-1))

rush_plan(n_workers = 4)
rush::rush_plan(n_workers = 4)
instance = ti_async(
task = tsk("pima"),
learner = learner,
Expand Down

0 comments on commit 43c2189

Please sign in to comment.