numpy 1:1.0.4: numpy.average() returns the wrong result with weights

Hi, more details in this bug report. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467095 The bug report offers a fix for this problem. It seems to me this is not fixed even in the latest svn. Thanks, Ondrej

Ondrej Certik wrote:
Hi,
more details in this bug report.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467095
The bug report offers a fix for this problem. It seems to me this is not fixed even in the latest svn.
Is there a ticket on the NumPy trac for this? We won't see it if there isn't. Thanks for pointing us to the bug. -Travis

On Sat, Feb 23, 2008 at 2:10 AM, Travis E. Oliphant <oliphant@enthought.com> wrote:
Ondrej Certik wrote:
Hi,
more details in this bug report.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467095
The bug report offers a fix for this problem. It seems to me this is not fixed even in the latest svn.
Is there a ticket on the NumPy trac for this? We won't see it if there isn't. Thanks for pointing us to the bug.
I'll add it. I registered on the trac, as required, but I am still denied, when filling my username and password when logging in. How can I create an account? Ondrej

Ondrej Certik wrote:
On Sat, Feb 23, 2008 at 2:10 AM, Travis E. Oliphant <oliphant@enthought.com> wrote:
Ondrej Certik wrote:
Hi,
more details in this bug report.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467095
The bug report offers a fix for this problem. It seems to me this is not fixed even in the latest svn.
Is there a ticket on the NumPy trac for this? We won't see it if there isn't. Thanks for pointing us to the bug.
I'll add it. I registered on the trac, as required, but I am still denied, when filling my username and password when logging in. How can I create an account?
That should have done it. When you say you are "denied", exactly what happens? I've run into times when I've logged in and I get the unaltered front page again. Logging in again usually works. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco

Hello, ----- Original Message ----- From: "Robert Kern" <robert.kern@gmail.com> To: "Discussion of Numerical Python" <numpy-discussion@scipy.org> Sent: Saturday, February 23, 2008 3:30 AM Subject: Re: [Numpy-discussion] numpy 1:1.0.4: numpy.average() returns the wrong result with weights
Ondrej Certik wrote:
I'll add it. I registered on the trac, as required, but I am still denied, when filling my username and password when logging in. How can I create an account?
That should have done it. When you say you are "denied", exactly what happens? I've run into times when I've logged in and I get the unaltered front page again. Logging in again usually works.
There is something strange going on. Logging in on projects.scipy.org/scipy/numpy usually redirects you to scipy.org/scipy/numpy, at which point you need to log in again. Cheers, Albert

On Sun, Feb 24, 2008 at 5:41 AM, Albert Strasheim <fullung@gmail.com> wrote:
Hello,
----- Original Message ----- From: "Robert Kern" <robert.kern@gmail.com> To: "Discussion of Numerical Python" <numpy-discussion@scipy.org> Sent: Saturday, February 23, 2008 3:30 AM Subject: Re: [Numpy-discussion] numpy 1:1.0.4: numpy.average() returns the wrong result with weights
Ondrej Certik wrote:
I'll add it. I registered on the trac, as required, but I am still denied, when filling my username and password when logging in. How can I create an account?
That should have done it. When you say you are "denied", exactly what happens? I've run into times when I've logged in and I get the unaltered front page again. Logging in again usually works.
There is something strange going on. Logging in on projects.scipy.org/scipy/numpy usually redirects you to scipy.org/scipy/numpy, at which point you need to log in again.
I tried it several times now - register -> login -> it doesn't accept the password. Then it redirects to scipy.org/scipy/numpy as you said. Then I went back to the original page and then the login worked. (But I did the same trick before and it didn't work). Anyway, it seems to be working now, thanks for the help. Ondrej

On 22/02/2008, Travis E. Oliphant <oliphant@enthought.com> wrote:
Is there a ticket on the NumPy trac for this? We won't see it if there isn't. Thanks for pointing us to the bug.
It appears to be fixed in SVN (that was quick!). But the Debian bug report also points out a peculiar unnecessary use of eval; the code is also slower and uses more memory than it has to. Attached is a patch to cure that. Anne
participants (5)
-
Albert Strasheim
-
Anne Archibald
-
Ondrej Certik
-
Robert Kern
-
Travis E. Oliphant