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

!2924 [Dataset Python UT] Disable md5 random perspective test

Merge pull request !2924 from TinaMengtingZhang/redo-skip-md5-random-perspective-test
......@@ -67,7 +67,7 @@ def test_random_perspective_op(plot=False):
visualize_list(image_original, image_perspective)
def test_random_perspective_md5():
def skip_test_random_perspective_md5():
"""
Test RandomPerspective with md5 comparison
"""
......@@ -124,6 +124,6 @@ def test_random_perspective_exception_prob_range():
if __name__ == "__main__":
test_random_perspective_op(plot=True)
test_random_perspective_md5()
skip_test_random_perspective_md5()
test_random_perspective_exception_distortion_scale_range()
test_random_perspective_exception_prob_range()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册