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 2020/04/10 16:55:46 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17993: [R][v1.6.x] Fix blocked pipelines [windows, unix-cpu, unix-gpu] on v1.6.x

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

 ##########
 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:
   Why the change 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:
users@infra.apache.org


With regards,
Apache Git Services