Skip to content

Commit

Permalink
fix missing variable init
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Shi <[email protected]>
  • Loading branch information
noloerino committed Nov 1, 2022
1 parent dbc72fa commit 363dcfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ def compute_part_size(indexer, remote_part, part_idx, axis):
for row_idx, row_values in enumerate(row_partitions_list):
row_blk_idx, row_internal_idx = row_values
col_position_counter = 0
row_offset = 0
for col_idx, col_values in enumerate(col_partitions_list):
col_blk_idx, col_internal_idx = col_values
remote_part = partition_copy[row_blk_idx, col_blk_idx]
Expand Down

0 comments on commit 363dcfd

Please sign in to comment.