!49308 numpy empty tests mv to level0

Merge pull request !49308 from YingtongHu/master
This commit is contained in:
i-robot 2023-02-24 03:04:58 +00:00 committed by Gitee
commit 0caf0eebe8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ def test_logspace():
match_array(actual, expected, error=3)
@pytest.mark.level1
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training
@ -434,7 +434,7 @@ def test_empty():
match_meta(actual, expected)
@pytest.mark.level1
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training