Skip to content

Commit d2e952f

Browse files
committed
fix: sdesystems don't have W_prototype
1 parent 1d3da35 commit d2e952f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/diffeqs/sdesystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ function DiffEqBase.SDEFunction{iip, specialize}(sys::SDESystem, dvs = unknowns(
667667
tgrad = _tgrad === nothing ? nothing : _tgrad,
668668
mass_matrix = _M,
669669
jac_prototype = W_prototype,
670-
W_prototype = W_prototype,
671670
observed = observedfun,
672671
sparsity = sparsity ? jacobian_sparsity(sys) : nothing,
673672
analytic = analytic,

0 commit comments

Comments
 (0)