提交 291f7f8c 编写于 作者: F fengjiayi

fix a error

上级 632108dc
......@@ -336,8 +336,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),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册