uo-ec607 / lectures

Lecture notes for EC 607
MIT License
1.5k stars 616 forks source link

Parallelization, furrr, and future #3

Closed edrubin closed 5 years ago

edrubin commented 5 years ago

I could be wrong, but I think you need update the seed setting for furrr and future (future.apply) functions. furrr functions want an additional argument .options = future_options(seed = T), and future (future.apply) functions want a similar argument future.seed = T.

grantmcdermott commented 5 years ago

Thanks @edrubin, you're quite right. (Finally getting around to looking at this now!) Will update the notes.