We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c7c0c commit ecad545Copy full SHA for ecad545
src/problems.jl
@@ -151,7 +151,7 @@ function ExtendedOrnsteinUhlenbeckProblem(a,b,σ,u0,tspan;callback = CallbackSet
151
typeof(noise),
152
typeof(f),typeof(g),
153
typeof(callback),typeof(noise_rate_prototype),
154
- typeof(mass_matrix)}(a,b,σ,u0,tspan,p,f,g,noise,
+ typeof(mass_matrix)}(a,b,σ,u0,tspan,nothing,f,g,noise,
155
callback,noise_rate_prototype,mass_matrix,seed)
156
end
157
@@ -191,7 +191,7 @@ function OrnsteinUhlenbeckProblem(a,r,σ,u0,tspan;callback = CallbackSet(),seed=
191
192
193
194
- typeof(mass_matrix)}(a,r,σ,u0,tspan,p,f,g,noise,callback,
+ typeof(mass_matrix)}(a,r,σ,u0,tspan,nothing,f,g,noise,callback,
195
noise_rate_prototype,mass_matrix,seed)
196
197
0 commit comments