haojin2 commented on a change in pull request #17824: [Numpy] FFI: 
max/min/amax/amin
URL: https://github.com/apache/incubator-mxnet/pull/17824#discussion_r392519458
 
 

 ##########
 File path: python/mxnet/symbol/numpy/_symbol.py
 ##########
 @@ -581,7 +582,7 @@ def argmin(self, axis=None, out=None):  # pylint: 
disable=arguments-differ
         Refer to `mxnet.numpy.argmax` for full documentation."""
         return argmin(self, axis, out)
 
-    def clip(self, min=None, max=None, out=None):  # pylint: 
disable=arguments-differ
+    def clip(self, min=None, max=None, out=None):  # pylint: 
disable=arguments-differ,redefined-outer-name
 
 Review comment:
   add a space before `redefined-outer-name`

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