Skip to content

Commit 141d58f

Browse files
define fdm
Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
1 parent 3a30c94 commit 141d58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/grad.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ using FiniteDifferences: grad, jacobian, _jvp, jvp, j′vp, _j′vp, to_vec
8686

8787
@testset "jacobian that throws errors" begin
8888
# https://github.com/JuliaDiff/FiniteDifferences.jl/issues/221
89+
fdm = central_fdm(5, 1)
8990
x = zeros(5)
9091
try
9192
jacobian(fdm, error, x)

0 commit comments

Comments
 (0)