haojin2 commented on a change in pull request #17517: [WIP][numpy] Add
np.random.pareto and np.random.power
URL: https://github.com/apache/incubator-mxnet/pull/17517#discussion_r375085235
##########
File path: python/mxnet/symbol/numpy/random.py
##########
@@ -523,6 +523,91 @@ def weibull(a, size):
else:
return _npi.weibull(a=a, size=size)
+def pareto(a, size):
Review comment:
one more blank line above.
----------------------------------------------------------------
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