Skip to content

Commit aa282a1

Browse files
committed
Fix parenthesis missing
1 parent 88c6af7 commit aa282a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils_AD.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function test_AD(AD::Symbol, kernelfunction, args = nothing, dims = [3, 3])
105105
if k isa SimpleKernel
106106
for d in log.([eps(), rand(rng)])
107107
@test compare_gradient(AD, [d]) do x
108-
kappa(k, exp(x[1])
108+
kappa(k, exp(x[1]))
109109
end
110110
end
111111
end

0 commit comments

Comments
 (0)