Skip to content

Commit 9ebab6a

Browse files
authored
update eval_tree_array with GenericOperatorEnum docstring from from AbstractMatrix to AbstractArray
1 parent d4b12df commit 9ebab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Evaluate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ end
902902
end
903903

904904
"""
905-
eval_tree_array(tree::AbstractExpressionNode, cX::AbstractMatrix, operators::GenericOperatorEnum; throw_errors::Bool=true)
905+
eval_tree_array(tree::AbstractExpressionNode, cX::AbstractArray, operators::GenericOperatorEnum; throw_errors::Bool=true)
906906
907907
Evaluate a generic binary tree (equation) over a given input data,
908908
whatever that input data may be. The `operators` enum contains all

0 commit comments

Comments
 (0)