提交 d0c01d31 编写于 作者: Z zenghsh3

fix codestyle

上级 b2de6589
...@@ -36,7 +36,7 @@ class TestSamplingIdOp(OpTest): ...@@ -36,7 +36,7 @@ class TestSamplingIdOp(OpTest):
y1 = self.out y1 = self.out
self.check_output_customized(self.verify_output) self.check_output_customized(self.verify_output)
y2 = self.out y2 = self.out
# check dtype # check dtype
assert y1.dtype == np.int64 assert y1.dtype == np.int64
assert y2.dtype == np.int64 assert y2.dtype == np.int64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册