From 2d1a383072b3037017cf233a162f7b5083c25cf6 Mon Sep 17 00:00:00 2001 From: Torkel Loman Date: Fri, 28 Jun 2024 17:58:32 -0400 Subject: [PATCH] Update docs/src/v14_migration_guide.md Co-authored-by: Sam Isaacson --- docs/src/v14_migration_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/v14_migration_guide.md b/docs/src/v14_migration_guide.md index b4c78c1ec5..4ca82952b6 100644 --- a/docs/src/v14_migration_guide.md +++ b/docs/src/v14_migration_guide.md @@ -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.