You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot_orthotree will seem to randomly drop some species (that are indeed available) when mc.cores>1, which parallelises certain steps with parallel::mclapply.
I'm not sure why this happens, but it does perhaps bring up some concerns about parallel::mclapply in general.
The text was updated successfully, but these errors were encountered:
plot_orthotree
will seem to randomly drop some species (that are indeed available) whenmc.cores>1
, which parallelises certain steps withparallel::mclapply
.I'm not sure why this happens, but it does perhaps bring up some concerns about
parallel::mclapply
in general.The text was updated successfully, but these errors were encountered: