Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Nov 18, 2024
1 parent 7527939 commit 82616a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/tut_calibration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@
" 'x': sim.results.sir.n_infected, # Number of individuals found to be infectious\n",
" }, index=pd.Index(sim.results.timevec, name='t')), # Index is time\n",
"\n",
" conform = ss.eConform.PREVALENT,\n",
" nll_fn = ss.eLikelihood.BETA_BINOMIAL,\n",
" conform = 'prevalent',\n",
" nll_fn = 'beta',\n",
"\n",
" weight = 1, # Not required if only one component\n",
")"
Expand Down

0 comments on commit 82616a3

Please sign in to comment.