Skip to content

Commit

Permalink
and one last error in the ABC notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
j-c-gibson committed Aug 2, 2024
1 parent e70df4f commit d44b9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/paramfit/params_via_abc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"x0=[n_pop-i0, i0, 0]\n",
"\n",
"# Set up pygom object\n",
"ode_SIR = common_models.SIR_N(param=paramEval)\n",
"ode_SIR = common_models.SIR(param=paramEval)\n",
"\n",
"objSIR = abc.create_loss(\"PoissonLoss\", parameters, ode_SIR, x0, t[0], t[1:], sol_i_r[1:,0], ['I'])\n",
"abcSIR = abc.ABC(objSIR, parameters)\n",
Expand Down

0 comments on commit d44b9d1

Please sign in to comment.