Re: [Numpy-discussion] histogramdd shapes

2007-03-23 Thread David Huard
Thanks Ben, I submitted a patch with your fix. Ticket 189 David 2007/3/17, Ben Granett <[EMAIL PROTECTED]>: Hi, There seems to be a problem with histogramdd (numpy 1.0.1). Depending on the number of bins in each axis, it may not produce an a

[Numpy-discussion] histogramdd shapes

2007-03-17 Thread Ben Granett
Hi, There seems to be a problem with histogramdd (numpy 1.0.1). Depending on the number of bins in each axis, it may not produce an array with the dimensions oriented correctly. The bug is in the axis swapping code at the end of the routine. To reproduce, you can run, >>> x = random.randn(100,3)