Skip to content

Commit

Permalink
Update docs/src/model_creation/network_analysis.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Jul 16, 2024
1 parent 0dd3b99 commit 77b2970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/model_creation/network_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ Using Catalyst, it is possible to detect any such conserved quantities and elimi
```@example network_analysis_conservation_laws
osys = convert(ODESystem, rs; remove_conserved = true)
```
We note that the output system only contains a single (differential) equation. The second (algebraic) equation is stored as an [*observable*](@ref dsl_advanced_options_observables), and can be retrieved using the `observed` function:
We note that the output system only contains a single (differential) equation and can hence be solved with an ODE solver. The second (algebraic) equation is stored as an [*observable*](@ref dsl_advanced_options_observables), and can be retrieved using the `observed` function:
```@example network_analysis_conservation_laws
observed(osys)
```
Expand Down

0 comments on commit 77b2970

Please sign in to comment.