From 9ebab6adf60e33f1b09914ff51bc17a2b8b0b8aa Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Mon, 3 Nov 2025 22:57:24 +0100 Subject: [PATCH] update eval_tree_array with GenericOperatorEnum docstring from from AbstractMatrix to AbstractArray --- src/Evaluate.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Evaluate.jl b/src/Evaluate.jl index 041194bc..7b3cd3d3 100644 --- a/src/Evaluate.jl +++ b/src/Evaluate.jl @@ -902,7 +902,7 @@ end end """ - eval_tree_array(tree::AbstractExpressionNode, cX::AbstractMatrix, operators::GenericOperatorEnum; throw_errors::Bool=true) + eval_tree_array(tree::AbstractExpressionNode, cX::AbstractArray, operators::GenericOperatorEnum; throw_errors::Bool=true) Evaluate a generic binary tree (equation) over a given input data, whatever that input data may be. The `operators` enum contains all