We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee1126 commit 2e6511aCopy full SHA for 2e6511a
docs/src/v14_migration_guide.md
@@ -49,7 +49,7 @@ sol = solve(oprob)
49
plot(sol)
50
```
51
52
-If we wish to first convert out `ReactionSystem` to an `ODESystem`, the `ODESystem` will be incomplete:
+If we wish to first manually convert our `ReactionSystem` to an `ODESystem`, the generated `ODESystem` will *not* be marked as complete
53
```@example v14_migration_1
54
osys = convert(ODESystem, rs)
55
Catalyst.iscomplete(osys)
0 commit comments