On 31 March 2011 11:37, Pearu Peterson <pearu.peter...@gmail.com> wrote:
>
>
> On Thu, Mar 31, 2011 at 12:19 PM, David Cournapeau <courn...@gmail.com>
> wrote:
>>
>> On Wed, Mar 30, 2011 at 7:22 AM, Russell E. Owen <ro...@uw.edu> wrote:
>> > In article
>> > <AANLkTi=eeg8kl7639imrtl-ihg1ncqyolddsid5tf...@mail.gmail.com>,
>> >  Ralf Gommers <ralf.gomm...@googlemail.com> wrote:
>> >
>> >> Hi,
>> >>
>> >> I am pleased to announce the availability of the first beta of NumPy
>> >> 1.6.0. Due to the extensive changes in the Numpy core for this
>> >> release, the beta testing phase will last at least one month. Please
>> >> test this beta and report any problems on the Numpy mailing list.
>> >>
>> >> Sources and binaries can be found at:
>> >> http://sourceforge.net/projects/numpy/files/NumPy/1.6.0b1/
>> >> For (preliminary) release notes see below.
>>
>> I see a segfault on Ubuntu 64 bits for the test
>> TestAssumedShapeSumExample in numpy/f2py/tests/test_assumed_shape.py.
>> Am I the only one seeing it ?
>>
>
> The test work here ok on Ubuntu 64 with numpy master. Could you try the
> maintenance/1.6.x branch where the related bugs are fixed.

For what it's worth, the maintenance/1.6.x branch works for me on 64-bit Ubuntu:

(numpy-1.6.x)scott@godzilla:~$ python -c "import numpy; numpy.test()"
Running unit tests for numpy
NumPy version 1.6.0b2.dev-a172fd6
NumPy is installed in
/home/scott/.virtualenvs/numpy-1.6.x/lib/python2.6/site-packages/numpy
Python version 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) [GCC 4.4.5]
nose version 1.0.0
<snip...>
----------------------------------------------------------------------
Ran 3406 tests in 16.889s

OK (KNOWNFAIL=3, SKIP=4)

Cheers,
Scott
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to