Still a ticket 112 "check_longfloat_repr" issue on OSX

Christopher Hanley chanley at stsci.edu
Thu Oct 26 11:05:30 EDT 2006


I just tried this on one of our G4's and see the same behavior.

Chris


---- Original message ----
>Date: Thu, 26 Oct 2006 15:46:50 +0100
>From: Andrew Jaffe <a.h.jaffe at gmail.com>  
>Subject: Re: [Numpy-discussion] Still a ticket 112 "check_longfloat_repr" issue on OSX  
>To: Discussion of Numerical Python <numpy-discussion at lists.sourceforge.net>
>
>Andrew Jaffe wrote:
>> OS X 10.4, PPC
>> 
>> In [5]: import numpy as N
>> 
>> In [6]: N.__version__
>> Out[6]: '1.0.1.dev3399'
>> 
>> In [7]: print N.longfloat(0).itemsize
>> 16
>> 
>> In [8]: a = N.exp(N.array([1000],dtype=N.longfloat))
>> 
>> In [9]: print str(a)
>> [inf]
>> 
>> In [10]: print str(a[0])
>> inf
>> 
>> In [11]: print a.itemsize
>> 16
>
>Are others still seeing this at this point, or just me?
>
>A

-------------------------------------------------------------------------
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




More information about the NumPy-Discussion mailing list