Skip to content

Commit 3e58b5a

Browse files
ChrisRackauckasAayushSabharwal
authored andcommitted
Update src/systems/problem_utils.jl
1 parent ff7d28d commit 3e58b5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@ function process_SciMLProblem(
816816
op, missing_unknowns, missing_pars = build_operating_point!(sys,
817817
u0map, pmap, defs, cmap, dvs, ps)
818818

819-
# Main.@infiltrate sys isa NonlinearSystem
820819
if u0_constructor === identity && u0Type <: StaticArray
821820
u0_constructor = vals -> SymbolicUtils.Code.create_array(
822821
u0Type, eltype(vals), Val(1), Val(length(vals)), vals...)

0 commit comments

Comments
 (0)