Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot work with set.seed() #107
Comments
|
Any response? |
|
How about this?
|
|
Thanks i will take a try |
|
@you1025 Thanks, it works. |
I cannot reproduce the result if I use the furrr package, is there something I missed?
I tried
furrr::future_options(seed = seed)but still not work. As a control, I can reproduce the result if usepurrr::map2.https://github.com/ShixiangWang/sigminer/blob/e76e59788248ab865ac07112556d92886ecb2197/R/sig_fit_bootstrap_batch.R#L80-L89