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
@@ -14,7 +14,7 @@ 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
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
-
- Models generated through the `compose` and `extend` functions are *incomplete*.
17
+
- Models generated through the `compose` and `extend` functions are *not marked as complete*.
18
18
19
19
Furthermore, any systems generated through e.g. `convert(ODESystem, rs)` are also complete.
0 commit comments