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
@@ -16,7 +16,7 @@ A model's completeness depends on how it was created:
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
17
- Models generated through the `compose` and `extend` functions are *not marked as complete*.
18
18
19
-
Furthermore, any systems generated through e.g. `convert(ODESystem, rs)` are also complete.
19
+
Furthermore, any systems generated through e.g. `convert(ODESystem, rs)`are *not marked as complete*.
20
20
21
21
Complete models can be generated from incomplete models through the `complete` function. Here is a workflow where we take completeness into account in the simulation of a simple birth-death process.
0 commit comments