On Fri, Jul 25, 2008 at 2:13 PM, Robert Pyle <rpyle@post.harvard.edu> wrote:

On Jul 25, 2008, at 2:48 PM, Christopher Burns wrote:

> Reminder, please test the Mac installer for rc2 so we have time to
> fix any bugs before the release next week.

Dual G5, 10.5.4, Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)

installed as expected, passed all tests:

Ran 1300 tests in 3.438s

OK
<unittest._TextTestResult run=1300 errors=0 failures=0>



MacBook Pro, Intel Core 2 Duo, 10.5.4, Python 2.5.2 (r252:60911, Feb
22 2008, 07:57:53)

installed as expected, failed one test:

FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.test_ufuncs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/numpy/core/tests/test_ma.py", line 692, in
check_testUfuncRegression
    self.failUnless(eqmask(ur.mask, mr.mask))
AssertionError

Curious. Would you be willing to download the tarball and help us debug this problem?

Chuck