Skip to content

Commit

Permalink
debug furrr error?
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Dec 22, 2024
1 parent 1b53968 commit f483fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/update_stage3.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ site_list <- readr::read_csv(paste0("https://github.com/eco4cast/",
"raw/master/noaa_download_site_list.csv"),
show_col_types = FALSE) |> dplyr::pull(site_id)

future::plan("future::multisession", workers = 8)
#future::plan("future::multisession", workers = 8)

furrr::future_walk(site_list, function(curr_site_id){
purrr::map(site_list, function(curr_site_id){

print(curr_site_id)

Expand Down

0 comments on commit f483fb9

Please sign in to comment.