Skip to content

Commit 0e34d8a

Browse files
committed
Fix
1 parent 601261e commit 0e34d8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
actions: write
2626
contents: read
2727
strategy:
28-
fail-fast: false # TODO: toggle
28+
fail-fast: true # TODO: toggle
2929
matrix:
3030
version:
3131
- '1.10'

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{<:NumberOrArray}, C}
7070
) where {C}
7171
@assert tangent_type(typeof(dw)) == NoTangent
7272
primal_func = primal(dw)

0 commit comments

Comments
 (0)