Skip to content

Commit 92a8aea

Browse files
committed
forgot to dissallow scalar indexing
1 parent 7daeb7c commit 92a8aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/GradientTest.jl

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using ForwardDiff: Dual, Tag
99
using StaticArrays
1010
using DiffTests
1111
using JLArrays
12+
JLArrays.allowscalar(false)
1213

1314
include(joinpath(dirname(@__FILE__), "utils.jl"))
1415

0 commit comments

Comments
 (0)