Damien Miller wrote:

>Hi,
>
>I have just got around to updating OpenBSD's numpy port from 1.0b1 to
>1.0 and am running into the following regress failure:
>
>  
>
>>.........................................................................................................................................................................................................................................................Warning:
>> overflow encountered in exp
>>F.......................................................................................................................................................................................................................................................................
>>======================================================================
>>FAIL: Ticket #112
>>----------------------------------------------------------------------
>>Traceback (most recent call last):
>>  File 
>> "/usr/ports/math/py-numpy/w-py-numpy-1.0/fake-i386/usr/local/lib/python2.4/site-packages/numpy/core/tests/test_regression.py",
>>  line 220, in check_longfloat_repr
>>    assert(str(a)[1:9] == str(a[0])[:8])
>>AssertionError
>>
>>----------------------------------------------------------------------
>>Ran 513 tests in 3.471s
>>
>>FAILED (failures=1)
>>    
>>
>
>The variable 'a' seems to contain '[Inf]', so the failure appears related to
>the overflow warning.
>
>Any clues on how I can debug this further?
>  
>

Unless you want to help with tracking how long double is interpreted on 
several platforms, then just ignore the test.  (It actually wasn't being 
run in 1.0b1).

-Travis


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to