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_r298888270
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -1441,6 +1442,67 @@ def minimum(x1, x2, out=None):
         The minimum of x1 and x2, element-wise. This is a scalar if both x1 
and x2 are scalars."""
     return _mx_nd_np.minimum(x1, x2, out=out)
 
+@set_module('mxnet.numpy')
 
 Review comment:
   One more blank line above (2 blank lines between functions)

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