Skip to content

Commit

Permalink
Update docs/src/v14_migration_guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Jun 28, 2024
1 parent 589812f commit 2d1a383
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 @@ -14,7 +14,7 @@ A model's completeness depends on how it was created:
- Models created programmatically (using the `ReactionSystem` constructor) are *not marked as complete* by default.
- Models created using the `@reaction_network` DSL are *automatically marked as complete*.
- 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 *incomplete*.
- 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.

Expand Down

0 comments on commit 2d1a383

Please sign in to comment.