Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Oct 18, 2024
1 parent d4563e0 commit 3d99bb9
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 @@ -3086,7 +3086,7 @@ SDEFunction(f::SDEFunction; kwargs...) = f

@add_kwonly function SplitSDEFunction(f1, f2, g, mass_matrix, cache, analytic, tgrad, jac,
jvp, vjp,
jac_prototype, W_prototype Wfact, Wfact_t, paramjac, observed,
jac_prototype, W_prototype, Wfact, Wfact_t, paramjac, observed,
colorvec, sys)
f1 = f1 isa AbstractSciMLOperator ? f1 : SDEFunction(f1)
f2 = SDEFunction(f2)
Expand Down

0 comments on commit 3d99bb9

Please sign in to comment.