未验证 提交 340931fb 编写于 作者: L littleforest 提交者: GitHub

fix: Correct text error (#50416)

上级 8df8cb10
...@@ -25,7 +25,7 @@ from paddle.framework import core ...@@ -25,7 +25,7 @@ from paddle.framework import core
paddle.enable_static() paddle.enable_static()
@unittest.skip(reason="Skip unsupported ut, need paddle surpport cann 5.0.4+") @unittest.skip(reason="Skip unsupported ut, need paddle support can 5.0.4+")
class TestTakeAlongAxisOp(OpTest): class TestTakeAlongAxisOp(OpTest):
def setUp(self): def setUp(self):
self.set_npu() self.set_npu()
...@@ -75,7 +75,7 @@ class TestCase1(TestTakeAlongAxisOp): ...@@ -75,7 +75,7 @@ class TestCase1(TestTakeAlongAxisOp):
self.axis_type = "int64" self.axis_type = "int64"
@unittest.skip(reason="Skip unsupported ut, need paddle surpport cann 5.0.4+") @unittest.skip(reason="Skip unsupported ut, need paddle support can 5.0.4+")
class TestTakeAlongAxisAPI(unittest.TestCase): class TestTakeAlongAxisAPI(unittest.TestCase):
def setUp(self): def setUp(self):
np.random.seed(0) np.random.seed(0)
...@@ -114,7 +114,7 @@ class TestTakeAlongAxisAPI(unittest.TestCase): ...@@ -114,7 +114,7 @@ class TestTakeAlongAxisAPI(unittest.TestCase):
paddle.enable_static() paddle.enable_static()
@unittest.skip(reason="Skip unsupported ut, need paddle surpport cann 5.0.4+") @unittest.skip(reason="Skip unsupported ut, need paddle support can 5.0.4+")
class TestTakeAlongAxisAPICase1(TestTakeAlongAxisAPI): class TestTakeAlongAxisAPICase1(TestTakeAlongAxisAPI):
def setUp(self): def setUp(self):
np.random.seed(0) np.random.seed(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册