Skip to content

Commit

Permalink
change wrong statement on convert compelteness
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jun 28, 2024
1 parent 253bd3f commit e3e17ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/v14_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A model's completeness depends on how it was created:
- 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`).
- Models generated through the `compose` and `extend` functions are *not marked as complete*.

Furthermore, any systems generated through e.g. `convert(ODESystem, rs)` are also complete.
Furthermore, any systems generated through e.g. `convert(ODESystem, rs)` are *not marked as complete*.

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.
```@example v14_migration_1
Expand Down

0 comments on commit e3e17ce

Please sign in to comment.