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
Note: my system is not overdetermined! I can see this because for one, the InitializationProblem build and solves just fine. Also I can simply remove u0 without incident...
julia> prob =ODEProblem(sys, [], (0, 0))
ODEProblem with uType Vector{Float64} and tType Int64. In-place:true
timespan: (0, 0)
u0:6-element Vector{Float64}:0.00.00.00.00.00.0
The text was updated successfully, but these errors were encountered:
If I use
InitializationProblem
to pre-calculate au0
for a simple problem, this works without incident...However, for a more complex problem, for some reason I do not get the same behavior...
Note: my system is not overdetermined! I can see this because for one, the
InitializationProblem
build and solves just fine. Also I can simply removeu0
without incident...The text was updated successfully, but these errors were encountered: