Skip to content

Commit 88b0a7a

Browse files
committed
Fix array shape
1 parent efb9f0c commit 88b0a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_enzyme.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646
tree = 0.5 * x1 + cos(x2 - 0.2)
4747

4848
# Just to keep things simple:
49-
X = [1.0 1.0;]
49+
X = [1.0; 1.0;;]
5050

5151
d_tree = begin
5252
storage_tree = copy(tree)

0 commit comments

Comments
 (0)