Skip to content

Commit

Permalink
Update gauss_adjoint.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh530 authored Jan 17, 2024
1 parent f3b2a89 commit ce8a72d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gauss_adjoint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ function (S::GaussIntegrand)(out, t, λ)
vec_pjac!(out, λ, y, t, S)
if S.dgdp !== nothing
S.dgdp(dgdp_cache, y, p, t)
@show typeof(dgdp_cache)
out .+= dgdp_cache
end
out
Expand Down

0 comments on commit ce8a72d

Please sign in to comment.