Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Aug 13, 2024
1 parent dac50a9 commit d8a9c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/shuffle/_rechunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def partial_rechunk(

partial_old = tuple(
chunk_axis[partial_axis]
for partial_axis, chunk_axis in zip(ndpartial.old, chunks)
for partial_axis, chunk_axis in zip(ndpartial.old, input_chunks)
)
partial_new: ChunkedAxes = tuple(
chunks[axis_index][ndpartial.new[axis_index]] for axis_index in range(ndim)
Expand Down

0 comments on commit d8a9c8d

Please sign in to comment.