I just built numpy-1.0b1 on Mac OS X (10.4.7) using gcc 4.0 and it
fails 2 of the regression tests. Here is the output:
===================
ActivePython 2.4.3 Build 11 (ActiveState Software Inc.) based on
Python 2.4.3 (#1, Apr 3 2006, 18:07:18)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.test()
Found 5 tests for numpy.distutils.misc_util
Found 3 tests for numpy.lib.getlimits
Found 30 tests for numpy.core.numerictypes
Found 32 tests for numpy.linalg
Found 13 tests for numpy.core.umath
Found 4 tests for numpy.core.scalarmath
Found 8 tests for numpy.lib.arraysetops
Found 42 tests for numpy.lib.type_check
Found 147 tests for numpy.core.multiarray
Found 3 tests for numpy.dft.helper
Found 36 tests for numpy.core.ma
Found 10 tests for numpy.lib.twodim_base
Found 10 tests for numpy.core.defmatrix
Found 1 tests for numpy.lib.ufunclike
Found 39 tests for numpy.lib.function_base
Found 1 tests for numpy.lib.polynomial
Found 8 tests for numpy.core.records
Found 26 tests for numpy.core.numeric
Found 4 tests for numpy.lib.index_tricks
Found 46 tests for numpy.lib.shape_base
Found 0 tests for __main__
...................................................................................F..F.............................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
FAIL: check_large_types (numpy.core.tests.test_scalarmath.test_power)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/core/tests/test_scalarmath.py",
line 47, in check_large_types
assert b == 6765201, "error with %r: got %r" % (t,b)
AssertionError: error with <type 'float128scalar'>: got 0.0
======================================================================
FAIL: check_types (numpy.core.tests.test_scalarmath.test_types)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/core/tests/test_scalarmath.py",
line 20, in check_types
assert a == 1, "error with %r: got %r" % (atype,a)
AssertionError: error with <type 'float128scalar'>: got 0.0
----------------------------------------------------------------------
Ran 468 tests in 1.658s
FAILED (failures=2)
<unittest.TextTestRunner object at 0x10bab90>
===================
On 7/25/06, Damien Miller <[EMAIL PROTECTED]> wrote:
> On Fri, 21 Jul 2006, Travis Oliphant wrote:
>
> >
> > I've created the 1.0b1 release tag in SVN and will be uploading files
> > shortly to Sourceforge.
>
> FYI numpy-1.0b1 builds fine and passes all its regression tests
> on OpenBSD -current.
>
> -d
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Numpy-discussion mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
>
--
Rudolph van der Merwe
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/numpy-discussion