Skip to content

Commit f934635

Browse files
chore: rm u0 nothing forced to empty array
1 parent 35937c0 commit f934635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/concrete_solve.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ function DiffEqBase._concrete_solve_adjoint(
300300
tunables, repack = Functors.functor(p)
301301
end
302302

303-
u0 = state_values(prob) === nothing ? Float64[] : u0
304303
default_sensealg = automatic_sensealg_choice(prob, u0, tunables, verbose, repack)
305304
DiffEqBase._concrete_solve_adjoint(prob, alg, default_sensealg, u0, p,
306305
originator::SciMLBase.ADOriginator, args...; verbose,

0 commit comments

Comments
 (0)