[SciPy-dev] Testing scipy_base

eric eric at scipy.org
Thu Apr 4 15:07:05 EST 2002


Hey Pearu,

All tests pass for me on windows 2000, Python2.2.1c2 with Numeric 21.0.  I
haven' tested today with Python2.1.1, but all tests were passing yesterday.

eric


>
> 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
>
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
>





More information about the SciPy-Dev mailing list