Skip to content

Commit 0b5e4a8

Browse files
committed
feat: remove mixed types warning
1 parent a7de5e8 commit 0b5e4a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Evaluate.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ function eval_tree_array(
229229
kws...,
230230
) where {T1,T2}
231231
T = promote_type(T1, T2)
232-
@warn "Warning: eval_tree_array received mixed types: tree=$(T1) and data=$(T2)."
233232
tree = convert(constructorof(typeof(tree)){T}, tree)
234233
cX = Base.Fix1(convert, T).(cX)
235234
return eval_tree_array(tree, cX, operators; kws...)

0 commit comments

Comments
 (0)