You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/09 23:32:44 UTC

[GitHub] cjolivier01 closed pull request #9296: Disable test_operator.test_laop_3 (temp fix #9295)

cjolivier01 closed pull request #9296: Disable test_operator.test_laop_3 (temp fix #9295)
URL: https://github.com/apache/incubator-mxnet/pull/9296
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py
index 3fbf98becc..7bac0eeab9 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -4231,12 +4231,8 @@ def _syevd_backward(grad_u, grad_l, u, l):
     temp3 = np.dot(u.T, temp2)
     return np.dot(temp3, u)
 
+@unittest.skip("test hangs randomly. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/9295")
 def test_laop_3():
-    # Currently disabled on GPU as syevd needs cuda8
-    # and MxNet builds use cuda 7.5
-    if not (default_context() == mx.cpu()):
-        return
-
     np.random.seed(1896893923)
     dtype = np.float64
     rtol_fw = 1e-6


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services