[Numpy-discussion] fix random.choice for 1.7?

Alan G Isaac alan.isaac at gmail.com
Mon Nov 12 22:44:58 EST 2012


On 11/12/2012 8:18 PM, Sebastian Berg wrote:
> I have created a pull request


This is still a bit different than I thought you intended.
With `size=None` we don't get an element,
but rather a 0d array.

I thought the idea was to return an element in this case?

Alan




More information about the NumPy-Discussion mailing list