Skip to content

Commit

Permalink
Add cores
Browse files Browse the repository at this point in the history
Co-authored-by: Andree Valle Campos <[email protected]>
  • Loading branch information
adamkucharski and avallecam authored Jun 21, 2024
1 parent 2189409 commit 5fc1304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analyses/reconstruct_transmission/estimate_infections.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ library(cfr) # for Ebola data (included in this package)
library(dplyr) # to format input and outputs
library(ggplot2) # to generate plots
# Set number of cores
withr::local_options(list(mc.cores = 4))
# - - -
# Example 1: reconstruct SARS-CoV-2 infection dynamics in the UK from daily data on deaths, 2020
# - - -
Expand Down

0 comments on commit 5fc1304

Please sign in to comment.