We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a30c94 commit 141d58fCopy full SHA for 141d58f
test/grad.jl
@@ -86,6 +86,7 @@ using FiniteDifferences: grad, jacobian, _jvp, jvp, j′vp, _j′vp, to_vec
86
87
@testset "jacobian that throws errors" begin
88
# https://github.com/JuliaDiff/FiniteDifferences.jl/issues/221
89
+ fdm = central_fdm(5, 1)
90
x = zeros(5)
91
try
92
jacobian(fdm, error, x)
0 commit comments