Skip to content

Commit

Permalink
test: fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 16, 2023
1 parent ce002fb commit 8751e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_getitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def test_list_with_ints_raise(daa: dak.Array) -> None:


def test_single_int(daa: dak.Array, caa: ak.Array) -> None:
daa.eager_compute_divisions()
total = len(daa)
assert daa.known_divisions
for i in range(total):
Expand Down

0 comments on commit 8751e46

Please sign in to comment.