Browse Source

remove ut test_expand_dims_grad

tags/v0.7.0-beta
buxue 5 years ago
parent
commit
e9ca893431
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/python/pynative_mode/ops/test_grad.py

+ 1
- 1
tests/ut/python/pynative_mode/ops/test_grad.py View File

@@ -41,7 +41,7 @@ def test_grad():


@non_graph_engine
def test_expand_dims_grad():
def Xtest_expand_dims_grad():
""" test_expand_dims_grad """
input_tensor = Tensor(np.array([[2, 2], [2, 2]]))
expand_dims = P.ExpandDims()


Loading…
Cancel
Save