We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ff56b commit af04a85Copy full SHA for af04a85
docs/src/v14_migration_guide.md
@@ -12,7 +12,7 @@ In ModelingToolkit v9 (and thus also Catalyst v14) all systems (e.g. `ReactionSy
12
13
A model's completeness depends on how it was created:
14
- Models created programmatically (using the `ReactionSystem` constructor) are *not marked as complete* by default.
15
-- Models created using the `@reaction_network` DSL are *complete*.
+- Models created using the `@reaction_network` DSL are *automatically marked as complete*.
16
- To create *incomplete models using the DSL*, use the `@network_component` macro (in all other aspects identical to `@reaction_network`).
17
- Models generated through the `compose` and `extend` functions are *incomplete*.
18
0 commit comments