Skip to content

Commit

Permalink
remove diag transformation from generate_diffusion_function
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Aug 1, 2024
1 parent 3761327 commit fe1a3ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/systems/diffeqs/sdesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ function generate_diffusion_function(sys::SDESystem, dvs = unknowns(sys),
if isdde
eqs = delay_to_function(sys, eqs)
end
if eqs isa AbstractMatrix && __num_isdiag_noise(eqs)
eqs = __get_num_diag_noise(eqs)
end
u = map(x -> time_varying_as_func(value(x), sys), dvs)
p = if has_index_cache(sys) && get_index_cache(sys) !== nothing
reorder_parameters(get_index_cache(sys), ps)
Expand Down

0 comments on commit fe1a3ee

Please sign in to comment.