Skip to content

Commit

Permalink
Correcting mixing vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jun 11, 2024
1 parent cea704c commit 9a67de2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
all:
docker build -t uofuepibio/epiworldr:debug -f Dockerfile .
docker build -t uofuepibio/epiworldr:debug -f Dockerfile .

podman:
podman build -t uofuepibio/epiworldr:debug -f Dockerfile .

.PHONY: all podman
2 changes: 1 addition & 1 deletion vignettes/mixing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a67de2

Please sign in to comment.