Skip to content

Commit

Permalink
[readme] fix model constructor call
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker committed Sep 18, 2024
1 parent 1626670 commit aa585ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here we show how to create a `SEIR` object and add terms to it. We will use the
import epiworldpy as epiworld
# Create a SEIR model (susceptible, exposed, infectious, recovered), representing COVID-19.
covid19 = epiworld.ModelSEIR(
covid19 = epiworld.ModelSEIRCONN(
name = 'covid-19',
n = 10000,
prevalence = .01,
Expand Down

0 comments on commit aa585ee

Please sign in to comment.