[SciPy-dev] Now new svn of numpy is ready

Pearu Peterson pearu at scipy.org
Thu Jan 5 06:53:14 EST 2006



On Thu, 5 Jan 2006, Arnd Baecker wrote:

>> Try also
>>
>> scipy.pkgload()
>> scipy.test(10)
>>
>> to run more tests.
>
> Ran 1222 tests in 52.578s
>
> Excellent!
> (It seems that I'll have to familiarize myself with pkgload ... -
> though I am wondering, whether scipy.test(*10*) maybe
> should trigger that on its own?  Just to make sure that
> really all available test are run?)

   from scipy import test
   test(10)

will run all tests without calling pkgload(). But I agree with you, I'll 
look into..

> A small glitch: First I accidentally started from the
> installation directory:
>
> In [1]: import numpy
> Running from numpy source directory.
>
> In [2]: import scipy
> ---------------------------------------------------------------------------
> exceptions.ImportError                               Traceback (most

This will be fixed by raising importerror with proper error message.

Thanks,
Pearu




More information about the SciPy-Dev mailing list