Skip to content

Commit 9998635

Browse files
author
Brad Carman
committed
clean up
1 parent 10ccf8a commit 9998635

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ function process_DEProblem(constructor, sys::AbstractODESystem, u0map, parammap;
729729
use_union = true,
730730
tofloat = true,
731731
symbolic_u0 = false,
732-
# split_parameters = true,
733732
kwargs...)
734733
eqs = equations(sys)
735734
dvs = states(sys)
@@ -743,13 +742,11 @@ function process_DEProblem(constructor, sys::AbstractODESystem, u0map, parammap;
743742
use_union,
744743
symbolic_u0)
745744

746-
# if split_parameters
747745
p, split_idxs = split_parameters_by_type(p)
748746
if p isa Tuple
749747
ps = Base.Fix1(getindex, parameters(sys)).(split_idxs)
750748
ps = (ps...,) #if p is Tuple, ps should be Tuple
751749
end
752-
# end
753750

754751
if implicit_dae && du0map !== nothing
755752
ddvs = map(Differential(iv), dvs)

0 commit comments

Comments
 (0)