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
To preserve them in more cases, this package could dispatch on stack(::AbstractArray{<:KeyedArray}) etc.
For the general case of stack(f, A, B) where f returns a KeyedArray, it's possible that overloading internal functions could catch this? Some of them see the iterator's eltype before proceeding. Maybe _typed_stack(::Colon, ::Type, ::Type{<:KeyedArray}, A, ...) & _dim_stack? But I haven't tried... and of course these are internal (so ideally would at least want to check they still exist before overloading).
I want to preserve dimensions.
The text was updated successfully, but these errors were encountered: