[SciPy-dev] ufunc.accumulate bug?
David Goldsmith
d_l_goldsmith@yahoo....
Sun Jul 19 18:03:17 CDT 2009
Yup, that was it, thanks again!
DG
--- On Sun, 7/19/09, Charles R Harris <charlesr.harris@gmail.com> wrote:
> David Goldsmith <d_l_goldsmith@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