Reducers (sum/any/all) convert axis to regular axis with keepdims=True
#2609
Labels
wontfix
This will not be worked on
keepdims=True
#2609
Version of Awkward Array
2.3.1
Description and code to reproduce
The second axis of the results should be variable-length, because the second axis of
x
is also variable-length. However, the result is fully regular. I observe the same withak.sum
(among others). This did not happen in awkward version 1.10.3.The text was updated successfully, but these errors were encountered: