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 147a77b commit 601bd93Copy full SHA for 601bd93
test/test_tensor_operators.jl
@@ -52,5 +52,4 @@ c2 = Node(T; val=2.0)
52
@test repr(c2) == "2.0"
53
tree = Node(1, Node(1, c1, x1), c2)
54
@test repr(tree) == "vec_add(vec_add([1.0, 2.0, 3.0], x1), 2.0)"
55
-tree(X, operators)
56
@test tree(X, operators) == [5.0, 6.0, 7.0]
0 commit comments