[SciPy-user] Intallation Tests Failed -- UPDATE 2

Rich Shepard rshepard at appl-ecosys.com
Mon Aug 28 19:50:35 EDT 2006


On Mon, 28 Aug 2006, Travis Oliphant wrote:

> What are the failing tests (most likely they are all related to a few
> points of failure so you probably don't have to provide all the failing
> tests.

   SciPy rebuilt. Invoke ipython. Enter 'import numpy;' prompt for next line
returned. Enter 'import scipy' and the following is returned:

In [2]: import scipy
Overwriting info=<function info at 0x40a97c34> from scipy.misc.helpmod (was
<function info at 0x408f5bc4> from numpy.lib.utils)
Overwriting who=<function who at 0x40a97aac> from scipy.misc.common (was
<function who at 0x408f5b1c> from numpy.lib.utils)
Overwriting source=<function source at 0x40a97c6c> from scipy.misc.helpmod
(was <function source at 0x408f5bfc> from numpy.lib.utils)

   If instead I type
from numpy import *
from scipy import *

I see:

In [2]: from scipy import *
Overwriting info=<function info at 0x40a97c34> from scipy.misc.helpmod (was
<function info at 0x408f5bc4> from numpy.lib.utils)
Overwriting who=<function who at 0x40a97aac> from scipy.misc.common (was
<function who at 0x408f5b1c> from numpy.lib.utils)
Overwriting source=<function source at 0x40a97c6c> from scipy.misc.helpmod
(was <function source at 0x408f5bfc> from numpy.lib.utils)
/usr/lib/python2.4/site-packages/numpy/dft/__init__.py:2: UserWarning: The
dft subpackage will be removed by 1.0 final -- it is now called fft
   warnings.warn("The dft subpackage will be removed by 1.0 final -- it is
now called fft")

   Running 'test(level=1, verbosity=2)' there are still failures:

Ran 1552 tests in 11.576s
FAILED (errors=196)

   What do you suggest?

Thanks,

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.(TM)    |            Accelerator
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863



More information about the SciPy-User mailing list