Skip to content

Commit

Permalink
remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Aug 21, 2024
1 parent 05dd02b commit 0fe1f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/coargsort_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def test_coargsort_bool(self):
# Reproducer for issue #2675
args = [ak.arange(5) % 2 == 0, ak.arange(5, 0, -1)]
perm = ak.coargsort(args)

assert args[0][perm].to_list() == [False, False, True, True, True]
assert args[1][perm].to_list() == [2, 4, 1, 3, 5]

Expand Down

0 comments on commit 0fe1f21

Please sign in to comment.