reminisce 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_r298008378
##########
File path: python/mxnet/ndarray/numpy/_op.py
##########
@@ -882,3 +927,112 @@ def sqrt(x, out=None, **kwargs):
This function only supports input type of float.
"""
return _unary_func_helper(x, _npi.sqrt, _np.sqrt, out=out, **kwargs)
+
+
+# pylint: disable=line-too-long
Review comment:
Do not add this. Make the line shorter if necessary.
----------------------------------------------------------------
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