Skip to content

Commit e7413d7

Browse files
ChrisRackauckasAayushSabharwal
authored andcommitted
Update src/systems/problem_utils.jl
1 parent 70507b8 commit e7413d7

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
@@ -817,7 +817,6 @@ function process_SciMLProblem(
817817
op, missing_unknowns, missing_pars = build_operating_point!(sys,
818818
u0map, pmap, defs, cmap, dvs, ps)
819819

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

0 commit comments

Comments
 (0)