Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
k
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Ward <[email protected]>
  • Loading branch information
ksagiyam and connorjward authored Jan 4, 2024
1 parent 39037d5 commit 05f9776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyop2/types/mat.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def rcmaps(self):

@utils.cached_property
def iteration_regions(self):
return {key: [_iteration_regions for _rmap, _cmap, _iteration_regions in val] for key, val in self._maps_and_regions.items()}
return {key: [_iteration_regions for _, _, _iteration_regions in val] for key, val in self._maps_and_regions.items()}

@utils.cached_property
def dims(self):
Expand Down

0 comments on commit 05f9776

Please sign in to comment.