Skip to content

Commit

Permalink
Fix dangling sentence in demo doc (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomr authored Jun 18, 2024
1 parent bc3fcf6 commit 63ed209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/docs/pyrenew_demo.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ with seed(rng_seed=np.random.randint(1, 60)):
x
```

Visualizations of the single model output show (top) infections over the 30 time steps, (middle) hospital admissions over the 30 time steps, and (bottom)
Visualizations of the single model output show (top) infections over the 30 time steps, (middle) hospital admissions over the 30 time steps, and observed hospital admissions (bottom)

```{python}
# | label: fig-hosp
Expand Down

0 comments on commit 63ed209

Please sign in to comment.