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 af04a85 commit 589812f
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 @@ -13,7 +13,7 @@ In ModelingToolkit v9 (and thus also Catalyst v14) all systems (e.g. `ReactionSy
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 create *incomplete models using the DSL*, use the `@network_component` macro (in all other aspects identical to `@reaction_network`).
- 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*.

Furthermore, any systems generated through e.g. `convert(ODESystem, rs)` are also complete.
Expand Down

0 comments on commit 589812f

Please sign in to comment.