File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ In ModelingToolkit v9 (and thus also Catalyst v14) all systems (e.g. `ReactionSy
11
11
- Only incomplete systems can be [ composed with other systems to form hierarchical models] (@ref compositional_modeling).
12
12
13
13
A model's completeness depends on how it was created:
14
- - Models created programmatically (using the ` ReactionSystem ` constructor) are * incomplete * .
14
+ - Models created programmatically (using the ` ReactionSystem ` constructor) are * not marked as complete * by default .
15
15
- Models created using the ` @reaction_network ` DSL are * complete* .
16
16
- To create * incomplete models using the DSL* , use the ` @network_component ` macro (in all other aspects identical to ` @reaction_network ` ).
17
17
- Models generated through the ` compose ` and ` extend ` functions are * incomplete* .
You can’t perform that action at this time.
0 commit comments