Skip to content

Commit

Permalink
fix a _local_hash_key
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Dec 27, 2024
1 parent 501dc95 commit 1274d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icepool/operator/adjust_counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def local_order_preference(self) -> tuple[Order | None, OrderReason]:

@property
def _local_hash_key(self) -> Hashable:
return MultisetKeepCounts, self._constant
return MultisetKeepCounts, self._comparison, self._constant

def __str__(self) -> str:
return f"{self._children[0]}.keep_counts('{self._comparison}', {self._constant})"

0 comments on commit 1274d48

Please sign in to comment.