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.
1 parent 2cc41f7 commit 1fbb4c0Copy full SHA for 1fbb4c0
lib/ImplicitDiscreteSolve/src/solve.jl
@@ -23,7 +23,6 @@ function initialize!(integrator, cache::IDSolveCache)
23
(u_next, p) -> f(u_next, p.u, p.p, p.t_next)
24
end
25
nlls = !isnothing(f.resid_prototype) && (length(f.resid_prototype) != length(integrator.u))
26
- @show nlls
27
28
prob = if nlls
29
NonlinearLeastSquaresProblem{isinplace(f)}(NonlinearFunction(_f; resid_prototype = f.resid_prototype), cache.state.u, cache.state)
0 commit comments