Skip to content

Commit f2dde1a

Browse files
Merge pull request #856 from AayushSabharwal/as/scimlfn-fix
fix: fix `DynamicalODEFunction` constructor
2 parents f3f4442 + 7d6d527 commit f2dde1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2881,7 +2881,7 @@ function DynamicalODEFunction{iip, specialize}(f1, f2;
28812881
f1, f2, mass_matrix, analytic, tgrad, jac, jvp,
28822882
vjp, jac_prototype, sparsity,
28832883
Wfact, Wfact_t, paramjac, observed,
2884-
colorvec, sys)
2884+
colorvec, sys, initialization_data)
28852885
end
28862886
end
28872887

0 commit comments

Comments
 (0)