Skip to content

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Nov 27, 2024
1 parent 0eed9ca commit 3c7bf42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/derivative_wrappers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,7 @@ function _vecjacobian!(dλ, y, λ, p, t, S::TS, isautojacvec::EnzymeVJP, dgrad,
return
end

function _vecjacobian!(dλ, y, λ, p, t, S::TS, ::MooncakeVJP, dgrad, dy,
W) where {TS <: SensitivityFunction}
function _vecjacobian!(dλ, y, λ, p, t, S::SensitivityFunction, ::MooncakeVJP, dgrad, dy, W)

# Compute gradients.
paramjac_config = S.diffcache.paramjac_config
Expand Down

0 comments on commit 3c7bf42

Please sign in to comment.