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
It would be nice if you could use wildcards and have them treated as wild
in permutedims target permutation.
So that if nda had names (:a, :b)
and you said permutedims(nda, (:_, :a)
then the result would have names (:b, :a)
Further more right now if you have multiple wildcards in the permutation permutedims will error.
it should probably be possible to resolve that to minimal change in order
The text was updated successfully, but these errors were encountered:
It would be nice if you could use wildcards and have them treated as wild
in
permutedims
target permutation.So that if
nda
had names (:a, :b
)and you said
permutedims(nda, (:_, :a)
then the result would have names
(:b, :a)
Further more right now if you have multiple wildcards in the permutation
permutedims
will error.it should probably be possible to resolve that to minimal change in order
The text was updated successfully, but these errors were encountered: