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 7fa827c commit a1e79b1Copy full SHA for a1e79b1
execution_engine/omop/serializable.py
@@ -93,4 +93,4 @@ def __hash__(self) -> int:
93
"""
94
Get the hash of the object.
95
96
- return hash(self.json())
+ return hash(self.__class__.__name__.encode() + self.json())
0 commit comments