Skip to content

Commit

Permalink
Reverting the change to Numpy op test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrendx committed Apr 17, 2020
1 parent 9129ba2 commit 43f4b4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -5851,10 +5851,6 @@ def check_pinv(x, a_np, rcond_np, hermitian, use_rcond):
print(e)
else:
assert x.shape == x_expected.shape
print("a shape:", a_np.shape)
print("a: ", a_np)
print("actual: ", x.asnumpy())
print("expected: ", x_expected)
assert_almost_equal(x.asnumpy(), x_expected, rtol=rtol, atol=atol)

shapes = [
Expand Down

0 comments on commit 43f4b4e

Please sign in to comment.