Skip to content

Commit e3e17ce

Browse files
committed
change wrong statement on convert compelteness
1 parent 253bd3f commit e3e17ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/v14_migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A model's completeness depends on how it was created:
1616
- 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`).
1717
- Models generated through the `compose` and `extend` functions are *not marked as complete*.
1818

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*.
2020

2121
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.
2222
```@example v14_migration_1

0 commit comments

Comments
 (0)