Skip to content

Commit 9ee7fc7

Browse files
committed
Fix
1 parent 9481898 commit 9ee7fc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DifferentiationInterface/src/first_order/pullback.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ function _value_and_pullback_via_pushforward(
504504
pushforward_prep::PushforwardPrep,
505505
backend::AbstractADType,
506506
x::AbstractArray{<:Complex},
507-
dy,
507+
ty::NTuple{B},
508508
contexts::Vararg{Context, C},
509-
) where {F, C}
509+
) where {F, B, C}
510510
tx = map(CartesianIndices(x)) do j # preserve shape
511511
a = only(pushforward(f!, y, pushforward_prep, backend, x, (basis(x, j),), contexts...))
512512
_, b = onlysecond(

0 commit comments

Comments
 (0)