Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 21, 2023
1 parent 524daa0 commit 77ca4d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyop3/itree/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,11 +1484,6 @@ def partition_iterset(index: LoopIndex, arrays):
parindex = p.source_exprs[paraxis.label]
assert isinstance(parindex, numbers.Integral)

# needed?
replace_map = freeze(
{(index.id, axis): i for axis, i in p.target_exprs.items()}
)

for array in arrays:
# skip purely local arrays
if not array.array.is_distributed:
Expand Down

0 comments on commit 77ca4d1

Please sign in to comment.