Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed May 15, 2024
1 parent 9fb921a commit 77b7ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_multiple_computes(ndjson_points_file: str) -> None:
assert len(things3[1]) < len(things3[0])

things = dask.compute(ds1.points, ds2.points.x, ds2.points.y, ds1.points.y, ds3)
assert things[-1].tolist() == ak.Array(lists[0] + lists[1]).tolist() # type: ignore
assert things[-1].tolist() == ak.Array(lists[0] + lists[1]).tolist()


def identity(x):
Expand Down

0 comments on commit 77b7ea1

Please sign in to comment.