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

fix: Correct text error (#50416)

上级 8df8cb10
......@@ -25,7 +25,7 @@ from paddle.framework import core
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):
def setUp(self):
self.set_npu()
......@@ -75,7 +75,7 @@ class TestCase1(TestTakeAlongAxisOp):
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):
def setUp(self):
np.random.seed(0)
......@@ -114,7 +114,7 @@ class TestTakeAlongAxisAPI(unittest.TestCase):
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):
def setUp(self):
np.random.seed(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册