You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -360,7 +359,7 @@ function CommonSolve.solve(prob::LinearizationProblem; allow_input_derivatives =
360
359
end
361
360
end
362
361
363
-
(; A, B, C, D), (; x, p, t, success)
362
+
(; A, B, C, D), (; x, p, t)
364
363
end
365
364
366
365
"""
@@ -514,7 +513,7 @@ If `allow_input_derivatives = false`, an error will be thrown if input derivativ
514
513
515
514
`zero_dummy_der` can be set to automatically set the operating point to zero for all dummy derivatives.
516
515
517
-
The return value `extras` is a NamedTuple `(; x, p, t, success)` containing the result of the initialization problem that was solved to determine the operating point.
516
+
The return value `extras` is a NamedTuple `(; x, p, t)` containing the result of the initialization problem that was solved to determine the operating point.
518
517
519
518
See also [`linearization_function`](@ref) which provides a lower-level interface, [`linearize_symbolic`](@ref) and [`ModelingToolkit.reorder_unknowns`](@ref).
0 commit comments