Skip to content

Commit 601bd93

Browse files
committed
Remove redundant test
1 parent 147a77b commit 601bd93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_tensor_operators.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ c2 = Node(T; val=2.0)
5252
@test repr(c2) == "2.0"
5353
tree = Node(1, Node(1, c1, x1), c2)
5454
@test repr(tree) == "vec_add(vec_add([1.0, 2.0, 3.0], x1), 2.0)"
55-
tree(X, operators)
5655
@test tree(X, operators) == [5.0, 6.0, 7.0]

0 commit comments

Comments
 (0)