From 43f4b4e32d988e9049a74a018237e24b39758b12 Mon Sep 17 00:00:00 2001 From: Przemek Tredak Date: Thu, 16 Apr 2020 23:53:44 -0700 Subject: [PATCH] Reverting the change to Numpy op test --- tests/python/unittest/test_numpy_op.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/python/unittest/test_numpy_op.py b/tests/python/unittest/test_numpy_op.py index 6e80c59d9e78..4adf382802d0 100644 --- a/tests/python/unittest/test_numpy_op.py +++ b/tests/python/unittest/test_numpy_op.py @@ -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 = [