Skip to content

Commit 8388d12

Browse files
committed
up
1 parent 27c892e commit 8388d12

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
@@ -481,7 +481,7 @@ More details on how to use events, including how to create events with multiple
481481
There exist various types of graphs that can be used to evaluate the parameter fitting process. These can be plotted using the `plot` command, where the input is either the result of a `calibrate_model` or a `calibrate_model_multistart` run. To be able to use this functionality, you have to ensure that PEtab.jl [records the optimisation process](@ref petab_optimisation_path_recording) by providing the `save_trace=true` argument to the calibration functions.
482482

483483
To, for a single start calibration run, plot, for each iteration of the optimization process, the best objective value achieved so far, run:
484-
```@example petab1
484+
```julia
485485
plot(res)
486486
nothing # hide
487487
```

0 commit comments

Comments
 (0)