Skip to content

Commit 671b93f

Browse files
fix: filter kwargs in SDEProblem
1 parent 2f2e625 commit 671b93f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/systems/diffeqs/sdesystem.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,8 @@ function DiffEqBase.SDEProblem{iip, specialize}(
760760
noise = nothing
761761
end
762762

763+
kwargs = filter_kwargs(kwargs)
764+
763765
SDEProblem{iip}(f, u0, tspan, p; callback = cbs, noise,
764766
noise_rate_prototype = noise_rate_prototype, kwargs...)
765767
end

0 commit comments

Comments
 (0)