ChaiBapchya commented on a change in pull request #17993: [R][v1.6.x] Fix 
blocked pipelines [windows,unix-cpu,unix-gpu] on v1.6.x
URL: https://github.com/apache/incubator-mxnet/pull/17993#discussion_r406848301
 
 

 ##########
 File path: tests/python/quantization/test_quantization.py
 ##########
 @@ -178,7 +178,7 @@ def check_requantize_with_symbol(shape, 
min_calib_range=None, max_calib_range=No
                                                                           
max_range.asscalar(),
                                                                           
min_calib_range=min_calib_range,
                                                                           
max_calib_range=max_calib_range)
-        assert_almost_equal(qdata_int8.asnumpy(), qdata_int8_np)
+        assert_almost_equal(qdata_int8.asnumpy(), qdata_int8_np, atol = 1)
 
 Review comment:
    Flaky test test_quantization_mkldnn.test_requantize_int32_to_int8 it failed 
on 1 of the builds. So I retriggered it. This change is a fix to that flaky 
test I cherrypicked it here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to