Skip to content

Commit 6e04004

Browse files
committed
Remove syntax from unmerged branch
1 parent b3a5fdc commit 6e04004

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_evaluation.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ for turbo in [false, true],
5555
operators = OperatorEnum(;
5656
default_params..., binary_operators=(+, *, /, -), unary_operators=(cos, sin)
5757
)
58-
@extend_operators operators
5958
tree = nodefnc(Node("x1"), Node("x2"), Node("x3"))
6059
tree = convert(Node{T}, tree)
6160

0 commit comments

Comments
 (0)