Skip to content

Commit e773abd

Browse files
fixup! feat: add update_initializeprob! to relevant SciMLFunctions, remake
1 parent d6b856f commit e773abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remake.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Note that `u0` or `p` may be `missing` if the user does not provide a value for
212212
"""
213213
function remake_initializeprob(sys, scimlfn, u0, t0, p)
214214
if !has_initializeprob(scimlfn)
215-
return nothing, nothing, nothing
215+
return nothing, nothing, nothing, nothing
216216
end
217217
return scimlfn.initializeprob,
218218
scimlfn.update_initializeprob!, scimlfn.initializeprobmap, scimlfn.initializeprobpmap

0 commit comments

Comments
 (0)