提交 e3a0aee5 authored 作者: Ramana.S's avatar Ramana.S

Flake test passes

上级 112b22f6
...@@ -835,8 +835,8 @@ class Op(utils.object2, PureOp, CLinkerOp): ...@@ -835,8 +835,8 @@ class Op(utils.object2, PureOp, CLinkerOp):
def __eq__(self, other): def __eq__(self, other):
if hasattr(self, '__props__'): if hasattr(self, '__props__'):
return (type(self) == type(other) return (type(self) == type(other) and self._props() ==
and self._props() == other._props()) other._props())
else: else:
return NotImplemented return NotImplemented
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论