forked from mindspore-Ecosystem/mindspore
!49308 numpy empty tests mv to level0
Merge pull request !49308 from YingtongHu/master
This commit is contained in:
commit
0caf0eebe8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue