haojin2 commented on a change in pull request #15753: Numpy add numpy linalg
norm and numpy min
URL: https://github.com/apache/incubator-mxnet/pull/15753#discussion_r314588556
##########
File path: python/mxnet/symbol/numpy/_symbol.py
##########
@@ -1653,7 +1653,7 @@ def linspace(start, stop, num=50, endpoint=True,
retstep=False, dtype=None, axis
GPU.
"""
if isinstance(start, (list, _np.ndarray)) or \
- isinstance(stop, (list, _np.ndarray)):
+ isinstance(stop, (list, _np.ndarray)):
Review comment:
No need for extra indentation here.
----------------------------------------------------------------
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