[Numpy-tickets] [NumPy] #509: histogramdd fails on indentical input arrays
NumPy
numpy-tickets@scipy....
Sun May 13 18:22:50 CDT 2007
#509: histogramdd fails on indentical input arrays
--------------------+-------------------------------------------------------
Reporter: dhuard | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0.3 Release
Component: Other | Version: none
Severity: normal | Resolution: fixed
Keywords: |
--------------------+-------------------------------------------------------
Changes (by charris):
* status: new => closed
* resolution: => fixed
Comment:
Patch applied. I'm am not sure why only the lower edges of the bins are
returned by histogram, the upper edge of the last bin would seem to be a
useful bit of information, not least because one could determine what the
center of the bin was. Oddly enough, histogram2d returns all edges.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/509#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list