[SciPy-dev] ufunc.accumulate bug?

David Goldsmith d_l_goldsmith at yahoo.com
Sun Jul 19 19:03:17 EDT 2009


Yup, that was it, thanks again!

DG

--- On Sun, 7/19/09, Charles R Harris <charlesr.harris at gmail.com> wrote:

> David Goldsmith <d_l_goldsmith at yahoo.com>
> wrote:
> 
> Hi!  Is this a bug:
> 
> >>> np.multiply.accumulate([2, 3, 5],
> dtype='g')
> 
> array([0.0, -2, -3.1050362e+231], dtype=float96)
> 
> >>> np.multiply.accumulate([2, 3, 5],
> dtype='G')
> 
> array([0.0+0.0j, -2+0.0j, -3.1050362e+231+0.0j],
> dtype=complex192)
> 
> On the other hand, this works for me. What numpy version do
> you have? There was a bug like this that got fixed in 1.2.
> 
> Chuck 


      



More information about the SciPy-Dev mailing list