提交 e30bdd89 authored 作者: Matthew Rocklin's avatar Matthew Rocklin

fix pep8 violation

上级 b3d65298
...@@ -106,7 +106,7 @@ class MPIRecv(Op): ...@@ -106,7 +106,7 @@ class MPIRecv(Op):
self.tag = tag self.tag = tag
self.shape = shape self.shape = shape
self.dtype = numpy.dtype(dtype) # turn "float64" into numpy.float64 self.dtype = numpy.dtype(dtype) # turn "float64" into numpy.float64
self.broadcastable = (False,)*len(shape) self.broadcastable = (False,) * len(shape)
self._info = (source, tag, shape, dtype) self._info = (source, tag, shape, dtype)
def __eq__(self, other): def __eq__(self, other):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论