Skip to content

Commit c46a884

Browse files
committed
up
1 parent 8388d12 commit c46a884

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
@@ -91,7 +91,7 @@ Each individual measurement is provided as a row of a `DataFrame`. The values ar
9191
using DataFrames
9292
measurements = DataFrame(obs_id="obs_P", time=data_ts, measurement=data_vals)
9393
```
94-
Since, in our example, all measurements are of the same observable, we can set `obs_id="obs_P"`. However, it is also possible [include measurements from several different observables](petab_simulation_measurements_several_observables).
94+
Since, in our example, all measurements are of the same observable, we can set `obs_id="obs_P"`. However, it is also possible [include measurements from several different observables](@ref petab_simulation_measurements_several_observables).
9595

9696

9797
### Creating a PEtabModel

0 commit comments

Comments
 (0)