We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0489a + 8f225f1 commit 4d94256Copy full SHA for 4d94256
src/cr/cube/cubepart.py
@@ -322,7 +322,7 @@ def column_numeric_ranges(self):
322
"""List of ranges or none for each column."""
323
dim = self._dimensions[1]
324
numeric_ranges = dim.numeric_ranges + len(dim.subtotals) * (None,)
325
- return [numeric_ranges[i] for i in self._row_order_signed_indexes]
+ return [numeric_ranges[i] for i in self._column_order_signed_indexes]
326
327
def column_order(self, format=ORDER_FORMAT.SIGNED_INDEXES):
328
"""1D np.int64 ndarray of idx for each assembled column of matrix.
0 commit comments