diff --git a/src/initialization.jl b/src/initialization.jl index 5b6f3219b..7ec14b12d 100644 --- a/src/initialization.jl +++ b/src/initialization.jl @@ -69,7 +69,7 @@ function Base.showerror(io::IO, e::CheckInitFailureError) automatically change the algebraic variables to satisfy the algebraic constraints, please pass `initializealg = BrownBasicInit()` to solve (this option will require `using OrdinaryDiffEqNonlinearSolve`). If you wish to perform an initialization on the - complete u0, please pass initializealg = ShampineCollocationInit() to solve. Note that + complete u0, please pass `initializealg = ShampineCollocationInit()` to solve. Note that initialization can be a very difficult process for DAEs and in many cases can be numerically intractable without symbolic manipulation of the system. For an automated system that will generate numerically stable initializations, see ModelingToolkit.jl