Skip to content

Commit

Permalink
sequential scoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Nov 12, 2023
1 parent 4b21c95 commit 5d0a509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/scoring.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable_duration <- arrow::open_dataset(s3_inv) |>
dplyr::distinct(variable, duration, project_id) |>
dplyr::collect()

future::plan("future::multisession", workers = n_cores)
future::plan("future::sequential", workers = n_cores)

furrr::future_walk(1:nrow(variable_duration), function(k, variable_duration, config, endpoint){

Expand Down

0 comments on commit 5d0a509

Please sign in to comment.