Skip to content

Commit

Permalink
fix: fix DynamicalODEFunction constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Nov 10, 2024
1 parent f3f4442 commit 7d6d527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,7 @@ function DynamicalODEFunction{iip, specialize}(f1, f2;
f1, f2, mass_matrix, analytic, tgrad, jac, jvp,
vjp, jac_prototype, sparsity,
Wfact, Wfact_t, paramjac, observed,
colorvec, sys)
colorvec, sys, initialization_data)
end
end

Expand Down

0 comments on commit 7d6d527

Please sign in to comment.