Skip to content

Commit

Permalink
more information at the point where it breaks down
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 14, 2024
1 parent 0356605 commit 3ad5e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/awkward/contents/listarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,8 @@ def _getitem_next(
lenstarts = self._starts.length
nextcarry = ak.index.Index64.empty(lenstarts, self._backend.index_nplike)
print(f" {lenstarts = }") # noqa: T201
print(f" {self._starts = }") # noqa: T201
print(f" {self._stops = }") # noqa: T201
assert (
nextcarry.nplike is self._backend.index_nplike
and self._starts.nplike is self._backend.index_nplike
Expand Down

0 comments on commit 3ad5e20

Please sign in to comment.