Hi Ralf, On 19 Jun 2011, at 12:28, Ralf Gommers wrote:
> >>> numpy.test('full') > Running unit tests for numpy > NumPy version 1.6.1rc1 > NumPy is installed in /sw/lib/python3.2/site-packages/numpy > Python version 3.2 (r32:88445, Mar 1 2011, 18:28:16) [GCC 4.0.1 > (Apple Inc. build 5493)] > nose version 1.0.0 > ... > ====================================================================== > FAIL: test_return_character.TestF77ReturnCharacter.test_all > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/sw/lib/python3.2/site-packages/nose/case.py", line 188, in > runTest > self.test(*self.arg) > File "/sw/lib/python3.2/site-packages/numpy/f2py/tests/ > test_return_character.py", line 78, in test_all > self.check_function(getattr(self.module, name)) > File "/sw/lib/python3.2/site-packages/numpy/f2py/tests/ > test_return_character.py", line 12, in check_function > r = t(array('ab'));assert_( r==asbytes('a'),repr(r)) > File "/sw/lib/python3.2/site-packages/numpy/testing/utils.py", line > 34, in assert_ > raise AssertionError(msg) > AssertionError: b' ' > > ====================================================================== > FAIL: test_return_character.TestF90ReturnCharacter.test_all > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/sw/lib/python3.2/site-packages/nose/case.py", line 188, in > runTest > self.test(*self.arg) > File "/sw/lib/python3.2/site-packages/numpy/f2py/tests/ > test_return_character.py", line 136, in test_all > self.check_function(getattr(self.module.f90_return_char, name)) > File "/sw/lib/python3.2/site-packages/numpy/f2py/tests/ > test_return_character.py", line 12, in check_function > r = t(array('ab'));assert_( r==asbytes('a'),repr(r)) > File "/sw/lib/python3.2/site-packages/numpy/testing/utils.py", line > 34, in assert_ > raise AssertionError(msg) > AssertionError: b' ' > > (both errors are raised on the first function tested, t0). > > Could you open a ticket for these? If it's f2py + py3.2 + ppc only > I'd like to ignore them for 1.6.1. and 3.1, but I agree. http://projects.scipy.org/numpy/ticket/1871 Cheers, Derek _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion