forked from mindspore-Ecosystem/mindspore
!16546 drop test case
From: @jachua Reviewed-by: @xsmq,@wmzheng2020 Signed-off-by: @xsmq
This commit is contained in:
commit
38e450f244
|
@ -2172,7 +2172,7 @@ def test_bincount():
|
|||
onp.bincount(x, weights, minlength=25), error=3)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level2
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
|
@ -2195,7 +2195,7 @@ def test_histogram():
|
|||
match_all_arrays(mnp_res, onp_res, error=1)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level2
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
|
@ -2238,7 +2238,7 @@ def test_histogramdd():
|
|||
match_all_arrays(mnp_res[1], onp_res[1], error=3)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level2
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
|
|
Loading…
Reference in New Issue