Skip to content

Commit 3761327

Browse files
committed
remove comments I didn't mean to push
1 parent cc6abde commit 3761327

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/systems/diffeqs/sdesystem.jl

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -271,31 +271,6 @@ function __get_num_diag_noise(mat)
271271
end
272272
end
273273

274-
# function __num_isdiag_noise(mat)
275-
# for j in axes(mat, 2)
276-
# nnz = 0
277-
# for i in axes(mat, 1)
278-
# if !isequal(mat[i, j], 0)
279-
# nnz += 1
280-
# end
281-
# end
282-
# if nnz > 1
283-
# return false
284-
# end
285-
# end
286-
# true
287-
# end
288-
# function __get_num_diag_noise(mat)
289-
# map(axes(mat, 2)) do j
290-
# for i in axes(mat, 1)
291-
# if !isequal(mat[i, j], 0)
292-
# return mat[i, j]
293-
# end
294-
# end
295-
# 0
296-
# end
297-
# end
298-
299274
function generate_diffusion_function(sys::SDESystem, dvs = unknowns(sys),
300275
ps = full_parameters(sys); isdde = false, kwargs...)
301276
eqs = get_noiseeqs(sys)

0 commit comments

Comments
 (0)