Skip to content

Commit 41267f1

Browse files
committed
Fix tests
1 parent af46f2e commit 41267f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/riemannian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ end
197197

198198
@testset "Autodiff utilities" begin
199199
@test δ(finite_difference_gradient(ℓπ, x), ∂ℓπ∂θ(x)[end]) < 1e-4
200-
@test δ(finite_difference_hessian(Vfunc, x), Hfunc(x)[end]) < 1e-4
200+
@test δ(finite_difference_hessian(Vfunc, x), Hfunc(x)) < 1e-4
201201
@test δ(reshape_∂G∂θ(finite_difference_jacobian(Gfunc, x)), ∂G∂θfunc(x)) < 1e-4
202202
end
203203

0 commit comments

Comments
 (0)