haojin2 commented on a change in pull request #15385: added doc for numpy
operators
URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298889637
##########
File path: python/mxnet/symbol/numpy/random.py
##########
@@ -86,6 +86,7 @@ def uniform(low=0.0, high=1.0, size=None, **kwargs):
Notes
-----
This function currently does not support ``low`` and ``high`` as symbols.
+ `size` is not optional.
Review comment:
I'd rather remove the `, optional` part in the `Parameter` section above for
`size`.
----------------------------------------------------------------
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