We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb9f0c commit 88b0a7aCopy full SHA for 88b0a7a
test/test_enzyme.jl
@@ -46,7 +46,7 @@ end
46
tree = 0.5 * x1 + cos(x2 - 0.2)
47
48
# Just to keep things simple:
49
-X = [1.0 1.0;]
+X = [1.0; 1.0;;]
50
51
d_tree = begin
52
storage_tree = copy(tree)
0 commit comments