xidulu commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378687862
########## File path: python/mxnet/numpy/random.py ########## @@ -22,6 +22,7 @@ __all__ = ["randint", "uniform", "normal", "choice", "rand", "multinomial", "multivariate_normal", + "rayleigh", Review comment: Don't start a new line for only one item. ---------------------------------------------------------------- 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
