haojin2 commented on a change in pull request #16913: [numpy] add op linalg
solve
URL: https://github.com/apache/incubator-mxnet/pull/16913#discussion_r354560374
##########
File path: python/mxnet/numpy/linalg.py
##########
@@ -370,3 +370,56 @@ def slogdet(a):
(1., -1151.2925464970228)
"""
return _mx_nd_np.linalg.slogdet(a)
+
Review comment:
one more 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