Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 26, 2024
1 parent ec5ad3a commit 70d4cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OptimizerAsync.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ optimize_async_default = function(instance, optimizer, design = NULL) {
rush = RushWorker$new(instance$rush$network_id, host = "local")
instance$rush = rush
instance$archive$rush = rush
get_private$(optimizer).optimize(instance)
get_private(optimizer)$.optimize(instance)
} else {
# run .optimize() on workers

Expand Down

0 comments on commit 70d4cb2

Please sign in to comment.