[SciPy-dev] Testing scipy_base

pearu at scipy.org pearu at scipy.org
Thu Apr 4 15:11:03 EST 2002


Hi,

While running scipy_base tests, I get

======================================================================
ERROR: check_complex1 (test_type_check.test_isnan)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/local/lib/python2.1/site-packages/scipy_base/tests/test_type_check.py",
line 92, in check_complex1
    assert(isnan(array(0+0j)/0.) == 1)
ValueError: math domain error
======================================================================
ERROR: check_ind (test_type_check.test_isnan)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/local/lib/python2.1/site-packages/scipy_base/tests/test_type_check.py",
line 84, in check_ind
    assert(isnan(array((0.,))/0.) == 1)
OverflowError: math range error

<snip>

I am using

Python 2.1.2 (#1, Apr  1 2002, 18:23:14) 
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2

and

>>> Numeric.__version__ 
'20.2.1'


Do you get these errors with the latest Numeric 21.0? On Windows?
Any other ideas?

Pearu





More information about the SciPy-Dev mailing list