Skip to content

Commit 9d1d51e

Browse files
author
Michael Abbott
committed
oops
1 parent 0be01bd commit 9d1d51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gradients.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if Tullio._GRAD[] != :Dual || VERSION >= v"1.5" # These 3 give errors on Julia 1
3333
@test g_fd _gradient(x -> sum(sin, g2(x)), r100)[1]
3434

3535
end
36+
r100 = randn(100)
3637

3738
# scalar output
3839
s2(x) = @tullio s := exp(x[i]) / x[j]

0 commit comments

Comments
 (0)