Skip to content

Commit 46f0f1c

Browse files
Merge pull request #73 from AayushSabharwal/as/rerun-ci
[do not merge] rerun CI
2 parents d7f4cbd + f037c6b commit 46f0f1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/functionwrapper.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99
(g::SDEDiffusionTermWrapper{false})(u, p, t) = g.g(u, g.h, p, t)
1010

1111
struct SDEFunctionWrapper{iip, F, G, H, TMM, Ta, Tt, TJ, JVP, VJP, JP, SP, TW, TWt, TPJ, GG,
12-
S, TCV} <: DiffEqBase.AbstractRODEFunction{iip}
12+
TCV} <: DiffEqBase.AbstractRODEFunction{iip}
1313
f::F
1414
g::G
1515
h::H
@@ -25,7 +25,6 @@ struct SDEFunctionWrapper{iip, F, G, H, TMM, Ta, Tt, TJ, JVP, VJP, JP, SP, TW, T
2525
Wfact_t::TWt
2626
paramjac::TPJ
2727
ggprime::GG
28-
syms::S
2928
colorvec::TCV
3029
end
3130

@@ -54,7 +53,7 @@ function wrap_functions_and_history(f::SDDEFunction, g, h)
5453
typeof(f.analytic), typeof(f.tgrad), typeof(jac), typeof(f.jvp),
5554
typeof(f.vjp), typeof(f.jac_prototype), typeof(f.sparsity),
5655
typeof(f.Wfact), typeof(f.Wfact_t), typeof(f.paramjac),
57-
typeof(f.ggprime), typeof(f.syms), typeof(f.colorvec)}(f.f, gwh, h,
56+
typeof(f.ggprime), typeof(f.colorvec)}(f.f, gwh, h,
5857
f.mass_matrix,
5958
f.analytic,
6059
f.tgrad, jac,
@@ -65,7 +64,6 @@ function wrap_functions_and_history(f::SDDEFunction, g, h)
6564
f.Wfact_t,
6665
f.paramjac,
6766
f.ggprime,
68-
f.syms,
6967
f.colorvec),
7068
gwh
7169
end

0 commit comments

Comments
 (0)