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.
CheckInit
1 parent 94cbba0 commit 8e17b4fCopy full SHA for 8e17b4f
src/initialization.jl
@@ -64,7 +64,7 @@ function Base.showerror(io::IO, e::CheckInitFailureError)
64
normresid = $(e.normresid) > abstol = $(e.abstol)."
65
)
66
67
- if isdae
+ if e.isdae
68
print(io, " If you wish for the system to
69
automatically change the algebraic variables to satisfy the algebraic constraints,
70
please pass `initializealg = BrownBasicInit()` to solve (this option will require
0 commit comments