[Numpy-tickets] [NumPy] #212: "unique" semantic problem: unique1d, union1d etc. fail with inf
NumPy
numpy-tickets@scipy....
Tue Apr 3 19:03:41 CDT 2007
#212: "unique" semantic problem: unique1d, union1d etc. fail with inf
-----------------------+----------------------------------------------------
Reporter: mforbes | Owner: somebody
Type: defect | Status: closed
Priority: low | Milestone:
Component: numpy.lib | Version:
Severity: minor | Resolution: fixed
Keywords: |
-----------------------+----------------------------------------------------
Changes (by charris):
* status: new => closed
* resolution: => fixed
Comment:
This seems to be fixed.
{{{
In [1]: unique1d(array([inf,inf]))
Out[1]: array([ inf])
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/212#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