[NumPy-Tickets] [NumPy] #1702: dtype truth value is False
NumPy Trac
numpy-tickets@scipy....
Sun Dec 26 07:11:29 CST 2010
#1702: dtype truth value is False
------------------------+---------------------------------------------------
Reporter: pv | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: 1.5.0
Keywords: |
------------------------+---------------------------------------------------
Description changed by pv:
Old description:
> This probably shouldn't be like this:
> {{{
> >>> bool(np.dtype('float64'))
> False
> }}}
New description:
This probably shouldn't be like this:
{{{
>>> bool(np.dtype('float64'))
False
}}}
Reported here:
http://permalink.gmane.org/gmane.comp.python.numeric.general/41827
--
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1702#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list