You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> sum(ones(AFArray,2,5),dims=(1,2))
ERROR: MethodError: objects of type AFMatrix{Float64} are not callable
Use square brackets [] for indexing an Array.
I believe it is defaulting to sum(f, a; kw...) and treating the AFArray as a function
The text was updated successfully, but these errors were encountered:
sum(::AFArray; dims::Tuple)
is defined but gives:I believe it is defaulting to
sum(f, a; kw...)
and treating the AFArray as a functionThe text was updated successfully, but these errors were encountered: