Skip to content

Commit b0f012b

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/inverse_problems/structural_identifiability.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 9b5b19c commit b0f012b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inverse_problems/structural_identifiability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ rn = @reaction_network begin
143143
end
144144
assess_identifiability(rn; measured_quantities=[:X])
145145
```
146-
is currently not possible. Hopefully this will be a supported feature in the future. For now, these expression will have to be rewritten to not include such exponents. For some cases, e.g. `10^k` this is trivial. However, it is also possible generally (but more involved and often includes introducing additional variables). If you have a system where this is required, it is recommended to contact an expert.
146+
is currently not possible. Hopefully this will be a supported feature in the future. For now, such expressions will have to be rewritten to not include such exponents. For some cases, e.g. `10^k` this is trivial. However, it is also possible generally (but more involved and often includes introducing additional variables).
147147

148148
---
149149
## [Citation](@id structural_identifiability_citation)

0 commit comments

Comments
 (0)