Skip to content

Commit a5b0375

Browse files
refactor: minor error message improvement
1 parent 8e17b4f commit a5b0375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Base.showerror(io::IO, e::CheckInitFailureError)
6969
automatically change the algebraic variables to satisfy the algebraic constraints,
7070
please pass `initializealg = BrownBasicInit()` to solve (this option will require
7171
`using OrdinaryDiffEqNonlinearSolve`). If you wish to perform an initialization on the
72-
complete u0, please pass initializealg = ShampineCollocationInit() to solve. Note that
72+
complete u0, please pass `initializealg = ShampineCollocationInit()` to solve. Note that
7373
initialization can be a very difficult process for DAEs and in many cases can be
7474
numerically intractable without symbolic manipulation of the system. For an automated
7575
system that will generate numerically stable initializations, see ModelingToolkit.jl

0 commit comments

Comments
 (0)