You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/v14_migration_guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In ModelingToolkit v9 (and thus also Catalyst v14) all systems (e.g. `ReactionSy
13
13
A model's completeness depends on how it was created:
14
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 *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`).
16
+
- To *use the DSL to create models that are not marked as complete*, use the `@network_component` macro (which in all other aspects is identical to `@reaction_network`).
17
17
- Models generated through the `compose` and `extend` functions are *incomplete*.
18
18
19
19
Furthermore, any systems generated through e.g. `convert(ODESystem, rs)` are also complete.
0 commit comments