[SciPy-user] Next steps in scipy (scipy.test() )

Pearu Peterson pearu at cens.ioc.ee
Sun Oct 20 15:26:11 EDT 2002


On Sun, 20 Oct 2002, Jeffrey B. Layton wrote:

<snip>

>  creating test suite for: scipy.linalg.matfuncs
>    !! FAILURE building test for  scipy.linalg.matfuncs
>     <string>:1: ImportError: No module named test_matfuncs (in ?)
> No test suite found for  scipy.special.gendoc
> ...
> 
> I'm not sure if this is failure or not.

No, it's not.

>    Later, I get this at the end of the run:
> 
> ======================================================================
> FAIL: check_basic (test_morestats.test_shapiro)
> ----------------------------------------------------------------------
<snip>
> AssertionError:
> Items are not equal:
> DESIRED: 0.90047299861907959
> ACTUAL: 0.90047293901443481

Again, this is a stats test (that sometimes tend to fail). 
Since the values are quite close, you can ignore this failure for now.

> ----------------------------------------------------------------------
> Ran 543 tests in 1.111s
> 
> FAILED (failures=1, errors=40)
> 
> I would appreciate any help figuring this out. I'm running
> the CVS version of scipy (as of this morning).

What are these errors? Which tests give them?

Pearu




More information about the SciPy-User mailing list