提交 f9845181 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!5872 remove timeout exception test case

Merge pull request !5872 from zhangbuxue/remove_timeout_exception_test_case
......@@ -2457,15 +2457,7 @@ raise_set = [
('SSIM', {
'block': (nn.SSIM(), {'exception': ValueError}),
'desc_inputs': [Tensor(np.ones((1, 3, 8, 8)), mstype.float32),
Tensor(np.ones((1, 3, 8, 8)), mstype.float32)]}),
('StridedSlice_0', {
'block': (P.StridedSlice(), {'exception': ValueError}),
'desc_const': [(1, 2.2, 3), (3, 4, 5), (1, 1, 1)],
'desc_inputs': [[4, 5, 6, 7]]}),
('StridedSlice_1', {
'block': (P.StridedSlice(), {'exception': ValueError}),
'desc_const': [(1, 2, 3), (3, 4, 5), (1, 1)],
'desc_inputs': [[4, 5, 6, 7]]})
Tensor(np.ones((1, 3, 8, 8)), mstype.float32)]})
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册