Skip to content

Commit 20c2fd8

Browse files
TorkelEisaacsas
andcommitted
Update ext/CatalystStructuralIdentifiabilityExtension/structural_identifiability_extension.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 4c08e8a commit 20c2fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/CatalystStructuralIdentifiabilityExtension/structural_identifiability_extension.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ assess_local_identifiability(rs::ReactionSystem, args...; measured_quantities =
4343
Applies StructuralIdentifiability.jl's `assess_local_identifiability` function to a Catalyst `ReactionSystem`. Internally it is converted ot a `ODESystem`, for which structural identifiability is computed.
4444
4545
Arguments:
46-
- `rs::ReactionSystem`; The reaction system we wish to compute structural identifiability for.
46+
- `rs::ReactionSystem`; The reaction system for which we wish to compute structural identifiability of the associated reaction rate equation ODE model.
4747
- `measured_quantities=[]`: The quantities of the system we can measure. May either be equations (e.g. `x1 + x2`), or single species (e.g. the symbolic `x`, `rs.s`, or the symbol `:x`).
4848
- `known_p = []`: List of parameters which values are known.
4949
- `ignore_no_measured_warn = false`: If set to `true`, no warning is provided when the `measured_quantities` vector is empty.

0 commit comments

Comments
 (0)