FAIL: Test bug in reduceat with structured arrays

Hi all, Can someone reproduce the following failure ? I am using
numpy.__version__ '1.4.0.dev6983'
====================================================================== FAIL: Test bug in reduceat with structured arrays copied for speed. ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/home/nwagner/local/lib/python2.5/site-packages/nose-0.10.4-py2.5.egg/nose/case.py", line 182, in runTest self.test(*self.arg) File "/data/home/nwagner/local/lib/python2.5/site-packages/numpy/core/tests/test_umath.py", line 664, in test_reduceat assert np.all(h1 == h2) AssertionError Nils

Mon, 11 May 2009 14:06:07 +0200, Nils Wagner kirjoitti:
Can someone reproduce the following failure ? I am using
numpy.__version__ '1.4.0.dev6983'
====================================================================== FAIL: Test bug in reduceat with structured arrays copied for speed. ---------------------------------------------------------------------- [clip]
Buildbot can't. I'd suggest removing your build/ directory and rebuilding, to see if it's caused by some file not rebuilding properly. Otherwise, what is the platform you are using? -- Pauli Virtanen

On Mon, 11 May 2009 14:05:13 +0000 (UTC) Pauli Virtanen <pav@iki.fi> wrote:
Mon, 11 May 2009 14:06:07 +0200, Nils Wagner kirjoitti:
Can someone reproduce the following failure ? I am using
numpy.__version__ '1.4.0.dev6983'
====================================================================== FAIL: Test bug in reduceat with structured arrays copied for speed. ---------------------------------------------------------------------- [clip]
Buildbot can't. I'd suggest removing your build/ directory and rebuilding, to see if it's caused by some file not rebuilding properly.
Otherwise, what is the platform you are using?
-- Pauli Virtanen
Everytime I rebuild numpy I remove the build directory before. CentOS release 4.6 x86_64 Python 2.5.1 Nils

Mon, 11 May 2009 16:22:37 +0200, Nils Wagner kirjoitti:
On Mon, 11 May 2009 14:05:13 +0000 (UTC) Pauli Virtanen <pav@iki.fi> wrote:
Mon, 11 May 2009 14:06:07 +0200, Nils Wagner kirjoitti:
Can someone reproduce the following failure ? I am using
numpy.__version__ '1.4.0.dev6983'
====================================================================== FAIL: Test bug in reduceat with structured arrays copied for speed. ---------------------------------------------------------------------- [clip] Everytime I rebuild numpy I remove the build directory before.
CentOS release 4.6 x86_64 Python 2.5.1
Ok, I can reproduce this, too. x86_64 Debian etch, Python 2.5. Probably connected to r6977, Travis's changes in reduceat. Don't know if the test or code is buggy, though... Wonder why buildbot's 64-bit SPARC boxes don't see this if it's something connected to 64-bitness... -- Pauli Virtanen

On 11-May-09, at 10:55 AM, Pauli Virtanen wrote:
Wonder why buildbot's 64-bit SPARC boxes don't see this if it's something connected to 64-bitness...
Different endianness, maybe? That seems even weirder, honestly. David

On Wed, May 13, 2009 at 5:18 PM, David Warde-Farley <dwf@cs.toronto.edu>wrote:
On 11-May-09, at 10:55 AM, Pauli Virtanen wrote:
Wonder why buildbot's 64-bit SPARC boxes don't see this if it's something connected to 64-bitness...
Different endianness, maybe? That seems even weirder, honestly.
I managed an error on 32 bit fedora, but it was a oneoff sort of thing. I'll see if it shows again. Chuck
participants (4)
-
Charles R Harris
-
David Warde-Farley
-
Nils Wagner
-
Pauli Virtanen