Skip to content

Commit 8d5b3a7

Browse files
committed
test: skip alloc check for irrelevant method
1 parent 1ed8721 commit 8d5b3a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_array_node.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ end
179179
operators = OperatorEnum(; binary_operators=[+, -, *, /], unary_operators=[sin, cos])
180180
X = [1.0 2.0; 0.5 1.0] # 2 features, 2 samples
181181

182-
# Warm up
183-
result = eval_tree_array(tree, X, operators)
184-
185-
# Test that evaluation doesn't allocate
186-
@check_allocs check_eval(t, x, ops) = eval_tree_array(t, x, ops)
187-
check_eval(tree, X, operators)
188182

189183
# Test that property access doesn't allocate
190184
@check_allocs get_degree(n) = n.degree

0 commit comments

Comments
 (0)