[Numpy-tickets] [NumPy] #501: "print arr" fails with nan when seterr(all='raise') [test included]
NumPy
numpy-tickets@scipy....
Sun May 13 09:32:43 CDT 2007
#501: "print arr" fails with nan when seterr(all='raise') [test included]
-------------------------+--------------------------------------------------
Reporter: AndrewStraw | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.3 Release
Component: numpy.core | Version: none
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by stefan):
Reproduce using
{{{
import numpy as N
from numpy.core import umath
x = N.array([1.0,N.nan])
umath.maximum.reduce(x)
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/501#comment:5>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list