This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch disable-laop-6 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 9b31350d4b3848fa04fafcbc1c1cc0641def713d Author: Marco de Abreu <[email protected]> AuthorDate: Thu Aug 22 09:13:53 2019 -0700 Disable laop_6 --- tests/python/unittest/test_operator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index c360db9..5eb9564 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -6837,6 +6837,7 @@ def test_laop_5(): # Tests for linalg.inverse @with_seed() [email protected]("Test crashes https://github.com/apache/incubator-mxnet/issues/15975") def test_laop_6(): dtype = np.float64 rtol_fw = 1e-7
