Darren Dale wrote:
> On Wednesday 26 July 2006 13:22, Travis Oliphant wrote:
>   
>> Andrew Jaffe wrote:
>>     
>>> Hi-
>>>
>>> On PPC Mac OSX universal build 2.4.3, gcc 4.0,
>>>
>>>
>>> In [1]: import numpy as N
>>>
>>> In [2]: print N.__version__
>>> 1.0.2897
>>>
>>> In [3]: N.random.uniform(0,1)
>>> Segmentation fault
>>>
>>> (This originally showed up in the Ticket 83 regression test during
>>> numpy.test()...)
>>>       
>> This should be O.K. now.
>>     
>
> I dont know if this is related or not, but I just did an update from the 
> trunk 
> ('1.0b2.dev2918') and discovered the following error:
>
> ======================================================================
> FAIL: Ticket #99
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   
> File 
> "/usr/lib64/python2.4/site-packages/numpy/core/tests/test_regression.py", 
> line 182, in check_intp
>     self.failUnlessRaises(OverflowError,N.intp,'0xb72a7008',16)
> AssertionError: OverflowError not raised
>
> ----------------------------------------------------------------------
>   

No, this is a "test-bug"  This test should only be run on 32-bit systems.

-Travis


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to