Closed jeliason closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.12
:tada:
Comparison is base (
7f3dc11
) 85.51% compared to head (aef3830
) 85.63%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@nateosher @mariamasotti1 this adds parallelization functionality. To use more than 1 core locally, you can use plan(multisession(workers=2))
(or however many cores) after loading the future
library and before creating a new MltplxExperiment
. Also note that you will need to install DM-ME
locally, rather than just loading with load_all()
, as the multisession created will not recognize the loaded functions (if you want to use the parallelization during package development).
@jeliason yay!! should we add a short vignette for running in parallel?
need to add for add_QuantileDist, update_intensity and update_dist as well