Skip to content

Commit d71ec13

Browse files
fix: remove ambiguity in _updated_u0_p_internal
1 parent cfe63d7 commit d71ec13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/remake.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ end
475475
anydict(d) = Dict{Any, Any}(d)
476476
anydict() = Dict{Any, Any}()
477477

478+
function _updated_u0_p_internal(
479+
prob, ::Missing, ::Missing; interpret_symbolicmap = true, use_defaults = false)
480+
return state_values(prob), parameter_values(prob)
481+
end
478482
function _updated_u0_p_internal(
479483
prob, ::Missing, p; interpret_symbolicmap = true, use_defaults = false)
480484
u0 = state_values(prob)

0 commit comments

Comments
 (0)