Skip to content

Commit 5768ec0

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_functionality/programmatic_CRN_construction.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 889380b commit 5768ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/programmatic_CRN_construction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Alternatively, one can use the `name = :repressilator` keyword argument to the
6262
`ReactionSystem` constructor.
6363

6464
!!! warn
65-
All `ReactionSystem`s created programmatically (i.e. by calling `ReactionSystem` with some input, rather than using `@reaction_network`) are created as *incomplete*. To simulate them, they must first be made *complete*. This can be done using the `complete` function, i.e. by calling `repressilator = complete(repressilator)`. An expanded description on *completeness* can be found [here](@ref completeness_note).
65+
All `ReactionSystem`s created via the symbolic interface (i.e. by calling `ReactionSystem` with some input, rather than using `@reaction_network`) are not marked as complete. To simulate them, they must first be marked as *complete*, indicating to Catalyst and ModelingToolkit that they represent finalized models. This can be done using the `complete` function, i.e. by calling `repressilator = complete(repressilator)`. An expanded description on *completeness* can be found [here](@ref completeness_note).
6666

6767
We can check that this is the same model as the one we defined via the DSL as
6868
follows (this requires that we use the same names for rates, species and the

0 commit comments

Comments
 (0)