提交 15d52f09 编写于 作者: X xuezhong

refine code

上级 4c98c2cc
......@@ -350,7 +350,6 @@ class OpTest(unittest.TestCase):
actual_t = np.array(actual)
expect = self.outputs[out_name]
expect_t = expect[0] if isinstance(expect, tuple) else expect
#import pdb; pdb.set_trace()
self.assertTrue(
np.allclose(
actual_t, expect_t, atol=atol, equal_nan=equal_nan),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册