DavisVaughan / furrr

Apply Mapping Functions in Parallel using Futures
https://furrr.futureverse.org/
Other
699 stars 40 forks source link

Testing furrr on worker issues #215

Closed DavisVaughan closed 2 years ago

DavisVaughan commented 2 years ago

Seems like they all print out:

Error in `eval(code, test_env)`: plan(sequential)

indicating that we are indeed starting up fresh sessions with the plan(multisession, workers = 2) call in the test