Skip to content

Commit f30d93b

Browse files
fix: fix remake for IntervalNonlinearProblem
1 parent 1656084 commit f30d93b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/nonlinear/initializesystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ end
665665
function SciMLBase.late_binding_update_u0_p(
666666
prob, sys::AbstractSystem, u0, p, t0, newu0, newp)
667667
supports_initialization(sys) || return newu0, newp
668+
prob isa IntervalNonlinearProblem && return newu0, newp
668669
u0 === missing && return newu0, (p === missing ? copy(newp) : newp)
669670
# non-symbolic u0 updates initials...
670671
if !(eltype(u0) <: Pair)

0 commit comments

Comments
 (0)