From 9a67de2f06809a04ee72c5ba87522c12e38af247 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Tue, 11 Jun 2024 17:37:46 -0600 Subject: [PATCH] Correcting mixing vignette --- docker/Makefile | 7 ++++++- vignettes/mixing.Rmd | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docker/Makefile b/docker/Makefile index dffd5d55..b161464e 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -1,2 +1,7 @@ all: - docker build -t uofuepibio/epiworldr:debug -f Dockerfile . \ No newline at end of file + docker build -t uofuepibio/epiworldr:debug -f Dockerfile . + +podman: + podman build -t uofuepibio/epiworldr:debug -f Dockerfile . + +.PHONY: all podman \ No newline at end of file diff --git a/vignettes/mixing.Rmd b/vignettes/mixing.Rmd index b3e95d4f..7fb29c8f 100644 --- a/vignettes/mixing.Rmd +++ b/vignettes/mixing.Rmd @@ -58,7 +58,7 @@ cmatrix <- c( With these in hand, we can proceed to create a mixing model. The following code chunk creates a model, an SEIR with mixing, and adds the entities to the model: ```{r model-build} -N <- 3e3 +N <- 9e3 flu_model <- ModelSEIRMixing( name = "Flu",