haojin2 commented on a change in pull request #15370: [numpy][doc-fix] mean, 
transpose, stack, split, log2, rint and radians
URL: https://github.com/apache/incubator-mxnet/pull/15370#discussion_r298888193
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -924,7 +924,8 @@ def nanprod(self, *args, **kwargs):
 
     def mean(self, axis=None, dtype=None, out=None, keepdims=False):  # 
pylint: disable=arguments-differ
         """Returns the average of the array elements along given axis."""
-        return _mx_np_op.mean(self, axis=axis, dtype=dtype, keepdims=keepdims, 
out=out)
+        # return _mx_np_op.mean(self, axis=axis, dtype=dtype, 
keepdims=keepdims, out=out)
 
 Review comment:
   please remove dead code.

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