[Numpy-discussion] Request for testing

Alan G Isaac aisaac at american.edu
Sun Feb 21 08:42:12 EST 2010


On 2/21/2010 5:30 AM, Charles R Harris wrote:
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version.

No problem with NumPy 1.3.0 (from superpack) on Python 2.6.4 under Vista.
Alan Isaac

Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> import warnings
>>>
>>> warnings.simplefilter('always')
>>> np.seterr(invalid='print')
{'over': 'ignore', 'divide': 'ignore', 'invalid': 'ignore', 'under': 'ignore'}
>>> print (np.isinf(np.inf))
True



More information about the NumPy-Discussion mailing list