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 a0e1b53 commit 87471b2Copy full SHA for 87471b2
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