haojin2 commented on a change in pull request #17328: [numpy] add op pad
URL: https://github.com/apache/incubator-mxnet/pull/17328#discussion_r367139109
##########
File path: python/mxnet/numpy/multiarray.py
##########
@@ -8467,7 +8467,6 @@ def where(condition, x=None, y=None):
"""
return _mx_nd_np.where(condition, x, y)
-
Review comment:
recover this blank line
----------------------------------------------------------------
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