frankfliu commented on issue #11720: test_operator.test_laop_3 has fixed seed that can mask flakiness URL: https://github.com/apache/incubator-mxnet/issues/11720#issuecomment-409273974 The issue can be reproduced: MXNET_TEST_SEED=333426306 nosetests --logging-level=DEBUG --verbose -s tests/python/unittest/test_operator.py:test_laop_3 AssertionError: Items are not equal: Error 2056487.529996 exceeds tolerance rtol=0.010000, atol=0.010000. Location of maximum error:(0, 10), a=20571.134836, b=0.000304 NUMERICAL_data1: array([[-20571.10127895, -20571.16447819, -20571.15281231, ..., -20571.16473405, 20571.14681937, -20571.09714863], [-20571.16447819, -20571.14299957, -20571.0931439 , ...,... BACKWARD_data1: array([[ 0.03820337, -0.02174861, -0.01172468, ..., -0.03253193, 0.00363456, 0.04317206], [-0.02174861, -0.01322614, 0.03689246, ..., -0.01726587,...
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
