[SciPy-dev] 2 errors scipy.test(1,10) on a 32bit system

Nils Wagner nwagner at mecha.uni-stuttgart.de
Wed Mar 22 03:23:59 EST 2006


Ed Schofield wrote:
> Nils Wagner wrote:
>   
>> scipy.test(1,10) results in
>>
>> ======================================================================
>> ERROR: check_sanity (scipy.montecarlo.tests.test_intsampler.test_intsampler)
>>   
>>     
> What are you doing?! There is no scipy.montecarlo!  It's in the sandbox
> (and works fine for me).  It's not built by default, and even if you
> uncomment the line in sandbox/setup.py, it would be installed into
> scipy.sandbox.montecarlo instead ...
>
> Try removing any old scipy directories you have lying around from January!
>
> -- Ed
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
>   


Hi Ed,

Sorry for the noise. I didn't remove
/usr/lib/python2.4/site-packages/scipy/ before.

Now scipy.test(1,10) yields on a 32bit system

Ran 1506 tests in 7.421s

OK
<unittest.TextTestRunner object at 0xb21ae7ac>
>>> scipy.__version__
'0.4.9.1761'

On 64bit systems the test segfaults.

Nils





More information about the SciPy-Dev mailing list