@@ -2500,7 +2500,7 @@ function ODEFunction{iip, specialize}(f;
2500
2500
typeof (sparsity), Any, Any, typeof (W_prototype), Any,
2501
2501
Any,
2502
2502
typeof (_colorvec),
2503
- typeof (sys), Any, Any }(_f, mass_matrix, analytic, tgrad, jac,
2503
+ typeof (sys), Union{Nothing, OverrideInitData}, Union{Nothing, ODE_NLProbData} }(_f, mass_matrix, analytic, tgrad, jac,
2504
2504
jvp, vjp, jac_prototype, sparsity, Wfact,
2505
2505
Wfact_t, W_prototype, paramjac,
2506
2506
observed, _colorvec, sys, initdata, nlprob_data)
@@ -2546,7 +2546,7 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f))
2546
2546
Any, Any, Any, Any, typeof (f. jac_prototype),
2547
2547
typeof (f. sparsity), Any, Any, Any,
2548
2548
Any, typeof (f. colorvec),
2549
- typeof (f. sys), Any, Any }(
2549
+ typeof (f. sys), Union{Nothing, OverrideInitData}, Union{Nothing, ODE_NLProbData} }(
2550
2550
newf, f. mass_matrix, f. analytic, f. tgrad, f. jac,
2551
2551
f. jvp, f. vjp, f. jac_prototype, f. sparsity, f. Wfact,
2552
2552
f. Wfact_t, f. W_prototype, f. paramjac,
@@ -2770,7 +2770,7 @@ function SplitFunction{iip, specialize}(f1, f2;
2770
2770
if specialize === NoSpecialize
2771
2771
SplitFunction{iip, specialize, Any, Any, Any, Any, Any, Any, Any, Any, Any,
2772
2772
Any, Any, Any, Any, Any, Any, Any,
2773
- Any, Any, Any, Any }(f1, f2, mass_matrix, _func_cache,
2773
+ Any, Any, Union{Nothing, OverrideInitData}, Union{Nothing, ODE_NLProbData} }(f1, f2, mass_matrix, _func_cache,
2774
2774
analytic,
2775
2775
tgrad, jac, jvp, vjp, jac_prototype, W_prototype,
2776
2776
sparsity, Wfact, Wfact_t, paramjac,
@@ -3076,7 +3076,7 @@ function SDEFunction{iip, specialize}(f, g;
3076
3076
typeof (sys), typeof (initialization_data)}(
3077
3077
_f, _g, mass_matrix,
3078
3078
analytic, tgrad, jac,
3079
- jvp, vjp,
3079
+ jvp, vjp,initialization_data
3080
3080
jac_prototype,
3081
3081
sparsity, Wfact,
3082
3082
Wfact_t,
0 commit comments