Skip to content

Commit 601261e

Browse files
committed
Fix
1 parent 71e035d commit 601261e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DifferentiationInterface/test/Back/DifferentiateWith

DifferentiationInterface/test/Back/DifferentiateWith/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test_differentiation(
6464
[AutoMooncake(; config = nothing)],
6565
map(differentiatewith_scenarios()) do s
6666
s = DIT.cachify(s; use_tuples = true)
67-
DIT.change_function(s, DifferentiateWith(scen.f, AutoFiniteDiff(), (Cache,)))
67+
DIT.change_function(s, DifferentiateWith(s.f, AutoFiniteDiff(), (Cache,)))
6868
end;
6969
excluded = SECOND_ORDER,
7070
logging = LOGGING,

0 commit comments

Comments
 (0)