Skip to content

Commit 4d6a50d

Browse files
committed
Fix dispatch
1 parent 0e34d8a commit 4d6a50d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/differentiate_with.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ end
6666
function Mooncake.rrule!!(
6767
dw::CoDual{<:DI.DifferentiateWith{C}},
6868
x::CoDual{<:AbstractArray{<:Number}},
69-
contexts::Vararg{<:CoDual{<:NumberOrArray}, C}
69+
contexts::Vararg{<:CoDual, C}
7070
) where {C}
7171
@assert tangent_type(typeof(dw)) == NoTangent
7272
primal_func = primal(dw)

0 commit comments

Comments
 (0)