Skip to content

Commit

Permalink
chore: qualify bukld_solution
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed May 21, 2024
1 parent 82604e5 commit 242d10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adjoint_common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ Zygote.@adjoint function Zygote.literal_getproperty(sol::AbstractTimeseriesSolut
function solu_adjoint(Δ)
zerou = zero(sol.prob.u0)
= @. ifelse=== nothing, (zerou,), Δ)
(build_solution(sol.prob, sol.alg, sol.t, _Δ),)
(SciMLBase.build_solution(sol.prob, sol.alg, sol.t, _Δ),)
end
sol.u, solu_adjoint
end

0 comments on commit 242d10b

Please sign in to comment.