Skip to content

Commit da539b3

Browse files
committed
Fix check prep
1 parent 076166a commit da539b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/forward_twoarg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function DI.pushforward!(
106106
tx::NTuple,
107107
contexts::Vararg{DI.Context,C};
108108
) where {F,C}
109-
DI.check_prep(f!, y, ty, prep, backend, x, tx, contexts...)
109+
DI.check_prep(f!, y, prep, backend, x, tx, contexts...)
110110
DI.pushforward!(f!, y, ty, prep, backend, x, tx, contexts...)
111111
return ty
112112
end

0 commit comments

Comments
 (0)