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
Traceback (most recent call last):
File "regular_array_problem.py", line 6, in <module>
dx._meta[:, -1]
File "/Users/lgray/coffea-dev/awkward/src/awkward/highlevel.py", line 951, in __getitem__
out = self._layout[where]
File "/Users/lgray/coffea-dev/awkward/src/awkward/contents/content.py", line 514, in __getitem__
return self._getitem(where)
File "/Users/lgray/coffea-dev/awkward/src/awkward/contents/content.py", line 551, in _getitem
out = next._getitem_next(nextwhere[0], nextwhere[1:], None)
File "/Users/lgray/coffea-dev/awkward/src/awkward/contents/regulararray.py", line 393, in _getitem_next
start, stop, step = head.indices(self._size)
The text was updated successfully, but these errors were encountered:
agoose77
added
bug
The problem described is something that must be fixed
and removed
bug (unverified)
The problem described would be a bug, but needs to be triaged
labels
Feb 8, 2023
Version of Awkward Array
awkward@main + dask_awkward@refactor-column-optimization
Description and code to reproduce
results in:
The text was updated successfully, but these errors were encountered: