[SciPy-user] scipy.test('fast') failed
Pearu Peterson
pearu at cens.ioc.ee
Wed Oct 2 16:17:18 EDT 2002
On Wed, 2 Oct 2002, My VDI Freemail wrote:
> The result of scipy.test(1) is also an infinite loop.
Strange, here scipy.test(1) works fine:
>>> scipy.test(1)
No test suite found for scipy.__cvs_version__
creating test suite for: scipy.common
No test suite found for scipy.helper
<snip>
Ran 428 tests in 1.243s
OK
<unittest.TextTestRunner instance at 0x93368b4>
>>> scipy.__version__
'0.2.0_alpha_139.4232'
> Any suggestion ?
Once we had the same problem from weave tests. Since then weave has
changed quite a bit and may be you have old weave bits in your system.
Suggestions:
1) Try to run scipy module tests separately to find out which module is
causing the infinite loop:
>>> scipy.linalg.test(1)
>>> scipy.stats.test(1)
>>> scipy.weave.test(1)
etc.
2) Remove all installed scipy modules and the scipy/build directory,
and rebuild scipy from a clean source tree.
Pearu
More information about the SciPy-User
mailing list