Skip to content

Commit 59e7b0f

Browse files
committed
Trigger pre-commit
1 parent 6bcf127 commit 59e7b0f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • DifferentiationInterface/test/Back/Mooncake

DifferentiationInterface/test/Back/Mooncake/test.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ test_differentiation(
2929
);
3030

3131
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
32+
# testing only :hessian on 1.11 due to an opaque closure bug.
33+
# this is potentially the same issue as discussed in
3434
# https://github.com/chalk-lab/MistyClosures.jl/pull/12#issue-3278662295
3535
[FIRST_ORDER..., :hvp, :second_derivative]
3636
else
@@ -39,9 +39,9 @@ end
3939

4040
# Test second-order differentiation (forward-over-reverse)
4141
test_differentiation(
42-
[SecondOrder(AutoMooncakeForward(; config=nothing), AutoMooncake(; config=nothing))],
43-
excluded=EXCLUDED,
44-
logging=true,
42+
[SecondOrder(AutoMooncakeForward(; config = nothing), AutoMooncake(; config = nothing))],
43+
excluded = EXCLUDED,
44+
logging = true,
4545
)
4646

4747
@testset "NamedTuples" begin

0 commit comments

Comments
 (0)