We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1e29e commit 76f94faCopy full SHA for 76f94fa
pandas/tests/libs/test_hashtable.py
@@ -808,7 +808,7 @@ def __eq__(self, other):
808
return self.value == other.value
809
810
def __repr__(self):
811
- return f"{self.__class__.__name__}({self.value}, {self.throw_hash}, {self.throw_eq})"
+ return f"testkey({self.value}, {self.throw_hash}, {self.throw_eq})"
812
813
table = ht.PyObjectHashTable()
814
0 commit comments