Skip to content

Commit 3beb41e

Browse files
docs: fix docstring of process_SciMLProblem
1 parent 2300578 commit 3beb41e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/systems/problem_utils.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -751,12 +751,11 @@ Initial values provided in terms of other variables will be symbolically evaluat
751751
type of the containers (if parameters are not in an `MTKParameters` object). `Dict`s will be
752752
turned into `Array`s.
753753
754-
If `sys isa ODESystem`, this will also build the initialization problem and related objects
755-
and pass them to the SciMLFunction as keyword arguments.
754+
This will also build the initialization problem and related objects and pass them to the
755+
SciMLFunction as keyword arguments.
756756
757757
Keyword arguments:
758-
- `build_initializeprob`: If `false`, avoids building the initialization problem for an
759-
`ODESystem`.
758+
- `build_initializeprob`: If `false`, avoids building the initialization problem.
760759
- `t`: The initial time of the `ODEProblem`. If this is not provided, the initialization
761760
problem cannot be built.
762761
- `implicit_dae`: Also build a mapping of derivatives of states to values for implicit DAEs,

0 commit comments

Comments
 (0)