We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf51ce commit 069cfdeCopy full SHA for 069cfde
2 files changed
.github/workflows/PreCommit.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Install Julia
18
uses: julia-actions/setup-julia@v2
19
+ - uses: julia-actions/cache@v2
20
- name: Install JuliaFormatter
21
run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
22
- name: Install uv
DifferentiationInterface/src/DifferentiationInterface.jl
@@ -58,7 +58,7 @@ include("first_order/derivative.jl")
58
include("first_order/gradient.jl")
59
include("first_order/jacobian.jl")
60
61
-include("second_order/second_derivative.jl")
+include( "second_order/second_derivative.jl")
62
include("second_order/hvp.jl")
63
include("second_order/hessian.jl")
64
0 commit comments