[SciPy-user] Scipy Testing in an infinite loop

Pearu Peterson pearu at cens.ioc.ee
Tue Sep 17 12:50:00 EDT 2002


On Tue, 17 Sep 2002, Travis Oliphant wrote:

> 
> SciPy testing currently runs in an infinite loop for me. Not sure why.
> 
> import scipy
> scipy.test()
> 
> just keeps running repeating how it's building tests for the different
> files.
> 
> Is this happening to anyone else?

Same here. It appears that weave tests cause this loop (I haven't check
the details though) as

scipy.linalg.test(1)
scipy.stats.test(1)
scipy.optimize.test(1)
etc

run fine but

scipy.weave.test(1)

runs into infinite loop.

Pearu




More information about the SciPy-User mailing list