File tree Expand file tree Collapse file tree
DifferentiationInterface/test/Back/Mooncake Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ test_differentiation(
2929);
3030
3131EXCLUDED = @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 ]
3636else
3939
4040# Test second-order differentiation (forward-over-reverse)
4141test_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
You can’t perform that action at this time.
0 commit comments