Skip to content

Commit 067fccc

Browse files
committed
up
1 parent fe6282b commit 067fccc

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
@@ -26,7 +26,7 @@ true_sol = solve(oprob_true, Tsit5())
2626
data_sol = solve(oprob_true, Tsit5(); saveat=1.0)
2727
data_ts = data_sol.t[2:end]
2828
data_vals = (0.8 .+ 0.4*rand(10)) .* data_sol[:P][2:end]
29-
29+
3030
# Plots the true solutions and the (synthetic data) measurements.
3131
using Plots
3232
plot(true_sol; idxs=:P, label="True solution", lw=8)

0 commit comments

Comments
 (0)