marcoabreu edited a comment on issue #11456: 
test_quantization.test_get_optimal_thresholds sometimes fails during testing.
URL: 
https://github.com/apache/incubator-mxnet/issues/11456#issuecomment-408893471
 
 
   Command ``PYTHONPATH=/work/mxnet/python python3 tools/flakiness_checker.py 
-s 1690031347 test_quantization.test_get_optimal_thresholds``
   
   ```
   ======================================================================
   FAIL: test_quantization.test_get_optimal_thresholds
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in 
runTest
       self.test(*self.arg)
     File "/work/mxnet/tests/python/quantization/common.py", line 172, in 
test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/quantization/test_quantization.py", line 
524, in test_get_optimal_thresholds
       assert_almost_equal(np.array([th_dict['layer1'][1]]), 
expected_threshold, rtol=0.001, atol=0.001)
     File "/work/mxnet/python/mxnet/test_utils.py", line 493, in 
assert_almost_equal
       raise AssertionError(msg)
   AssertionError:
   Items are not equal:
   Error 1.607982 exceeds tolerance rtol=0.001000, atol=0.001000.  Location of 
maximum error:(0,), a=11.320015, b=11.339857
    a: array([11.32001483])
    b: array([11.339857], dtype=float32)
   -------------------- >> begin captured logging << --------------------
   common: INFO: Setting test np/mx/python random seeds, use 
MXNET_TEST_SEED=1690031347 to reproduce.
   --------------------- >> end captured logging << ---------------------
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to