We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eaae9 commit 6bcf127Copy full SHA for 6bcf127
1 file changed
DifferentiationInterface/test/Back/Mooncake/test.jl
@@ -32,15 +32,15 @@ EXCLUDED = @static if VERSION ≥ v"1.11-" && VERSION ≤ v"1.12-"
32
# testing only :hessian on 1.11 due to an opaque closure bug.
33
# This is potentially the same issue as discussed in
34
# https://github.com/chalk-lab/MistyClosures.jl/pull/12#issue-3278662295
35
- [FIRST_ORDER..., :hvp, :second_derivative],
+ [FIRST_ORDER..., :hvp, :second_derivative]
36
else
37
- [FIRST_ORDER...],
+ [FIRST_ORDER...]
38
end
39
40
# Test second-order differentiation (forward-over-reverse)
41
test_differentiation(
42
[SecondOrder(AutoMooncakeForward(; config=nothing), AutoMooncake(; config=nothing))],
43
- excluded=EXCLUDED
+ excluded=EXCLUDED,
44
logging=true,
45
)
46
0 commit comments