Skip to content

Commit 223b362

Browse files
committed
Fix
1 parent a06f5de commit 223b362

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • DifferentiationInterface/ext/DifferentiationInterfacePolyesterForwardDiffExt

.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: true # TODO: toggle
28+
fail-fast: false # TODO: toggle
2929
matrix:
3030
version:
3131
- "1.10"

DifferentiationInterface/ext/DifferentiationInterfacePolyesterForwardDiffExt/twoarg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function DI.prepare_pushforward_nokwarg(
1616
) where {C}
1717
_sig = DI.signature(f!, y, backend, x, tx, contexts...; strict)
1818
single_threaded_prep = DI.prepare_pushforward_nokwarg(
19-
f!, y, single_threaded(backend), x, tx, contexts...
19+
strict, f!, y, single_threaded(backend), x, tx, contexts...
2020
)
2121
return PolyesterForwardDiffTwoArgPushforwardPrep(_sig, single_threaded_prep)
2222
end

0 commit comments

Comments
 (0)