Skip to content

Commit 702b2da

Browse files
committed
compatibility: rush 0.2.0
1 parent 754de5f commit 702b2da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/OptimizerAsync.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ optimize_async_default = function(instance, optimizer, design = NULL, n_workers
109109
worker_loop = bbotk_worker_loop,
110110
packages = c(optimizer$packages, "bbotk"), # add packages from objective
111111
optimizer = optimizer,
112-
instance = instance,
113-
wait_for_workers = TRUE)
112+
instance = instance)
114113
} else {
115114
stop("No rush plan available to start local workers and no pre-started remote workers found. See `?rush::rush_plan()`.")
116115
}

0 commit comments

Comments
 (0)