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/12/06 18:28:09 UTC

[GitHub] roywei commented on a change in pull request #13550: Fixes infinite loop using imagedetiter

roywei commented on a change in pull request #13550: Fixes infinite loop using imagedetiter
URL: https://github.com/apache/incubator-mxnet/pull/13550#discussion_r239561949
 
 

 ##########
 File path: tests/python/unittest/test_image.py
 ##########
 @@ -149,88 +151,90 @@ def test_color_normalize(self):
             mx_result = mx.image.color_normalize(mx.nd.array(src),
                 mx.nd.array(mean), mx.nd.array(std))
             assert_almost_equal(mx_result.asnumpy(), (src - mean) / std, atol=1e-3)
+    @nottest
 
 Review comment:
   new line

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