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/06/22 21:57:39 UTC

[GitHub] eric-haibin-lin commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot

eric-haibin-lin commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot
URL: https://github.com/apache/incubator-mxnet/issues/10920#issuecomment-399593502
 
 
   ```
   ======================================================================
   
   FAIL: test_operator_gpu.test_sparse_dot
   
   ----------------------------------------------------------------------
   
   Traceback (most recent call last):
   
     File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
   
       self.test(*self.arg)
   
     File "/usr/local/lib/python2.7/dist-packages/nose/util.py", line 620, in newfunc
   
       return func(*arg, **kw)
   
     File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 157, in test_new
   
       orig_test(*args, **kwargs)
   
     File "/work/mxnet/tests/python/gpu/../unittest/test_sparse_operator.py", line 1385, in test_sparse_dot
   
       lhs_d, rhs_d, False, False)
   
     File "/work/mxnet/tests/python/gpu/../unittest/test_sparse_operator.py", line 1281, in test_infer_forward_stype
   
       assert_almost_equal(out.tostype('default').asnumpy(), out_np, rtol=1e-4, atol=1e-5)
   
     File "/work/mxnet/python/mxnet/test_utils.py", line 493, in assert_almost_equal
   
       raise AssertionError(msg)
   
   AssertionError: 
   
   Items are not equal:
   
   Error 1.040007 exceeds tolerance rtol=0.000100, atol=0.000010.  Location of maximum error:(41, 6), a=-0.002038, b=-0.002048
   
    a: array([[-17.577438  ,  -1.1808437 ,  13.078005  , ...,  -3.15891   ,
   
            -6.6346364 ,  -1.1883267 ],
   
          [ 14.642713  ,  -4.0540075 ,  15.738339  , ..., -14.301232  ,...
   
    b: array([[-17.577438  ,  -1.1808434 ,  13.078006  , ...,  -3.1589074 ,
   
            -6.63463   ,  -1.1883259 ],
   
          [ 14.642715  ,  -4.0540066 ,  15.738338  , ..., -14.301228  ,...
   
   -------------------- >> begin captured logging << --------------------
   
   
   ```
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-11360/8/pipeline/731

----------------------------------------------------------------
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