Skip to content

Commit 48cbe4e

Browse files
TorkelEisaacsas
andauthored
Update docs/src/inverse_problems/petab_ode_param_fitting.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 4854048 commit 48cbe4e

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

9595

9696
### Creating a PEtabModel

0 commit comments

Comments
 (0)