Skip to content

Commit 6c93d95

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_simulation/simulation_structure_interfacing.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent c993485 commit 6c93d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/simulation_structure_interfacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ oprob[two_state_model.X1 + two_state_model.X2]
183183
This can be used to form symbolic expressions using model quantities when a model has been created using the DSL (as an alternative to @unpack). Alternatively, [creating an observable](@ref dsl_advanced_options_observables), and then interface using its `Symbol` representation, is also possible.
184184

185185
!!! warn
186-
With interfacing with a simulating structure using symbolic variables stored in a `ReactionSystem` model, ensure that the model is complete.
186+
When accessing a simulation structure using symbolic variables from a `ReactionSystem` model, such as `rn.A` for `rn` a `ReactionSystem` and `A` a species within it, ensure that the model is complete.

0 commit comments

Comments
 (0)