Skip to content

Commit 4d9d7d8

Browse files
committed
up
1 parent 462c64b commit 4d9d7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inverse_problems/petab_ode_param_fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ res = calibrate_model(petab_problem, p0, IPNewton())
118118

119119
We can now simulate our model for the fitted parameter set, and compare the result to the measurements and true solution.
120120
```@example petab1
121-
oprob_fitted = remake(oprob; p=get_ps(res, petab_problem))
121+
oprob_fitted = remake(oprob_true; p=get_ps(res, petab_problem))
122122
fitted_sol = solve(oprob_fitted, Tsit5())
123123
plot!(fitted_sol; idxs=:P, label="Fitted solution", linestyle=:dash, lw=6, color=:lightblue)
124124
nothing # hide

0 commit comments

Comments
 (0)