Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Aug 23, 2024
1 parent 34f6ee1 commit d86ae35
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 @@ -497,7 +497,7 @@ def _concatenate_small_chunks(
new_largest_width = [max(c) for c in new_chunks]

graph_size_effect = {
dim: len(new_axis) / sum(map(len, split_axis)
dim: len(new_axis) / sum(map(len, split_axis))
for dim, (split_axis, new_axis) in enumerate(zip(split_axes, new_chunks))
}

Expand Down

0 comments on commit d86ae35

Please sign in to comment.