Skip to content

Commit dc5642d

Browse files
fix: do not unwrap initials in initializeprobpmap
1 parent 29f3c6e commit dc5642d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ function construct_initializeprobpmap(
877877
@assert is_initializesystem(initsys)
878878
if is_split(sys)
879879
return let getter = get_mtkparameters_reconstructor(
880-
initsys, sys; initials = true, unwrap_initials = true, p_constructor)
880+
initsys, sys; initials = true, unwrap_initials = false, p_constructor)
881881
function initprobpmap_split(prob, initsol)
882882
getter(initsol, prob)
883883
end

0 commit comments

Comments
 (0)