On Thu, Mar 31, 2011 at 1:00 PM, Scott Sinclair <scott.sinclair...@gmail.com
> wrote:

> 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()"
>

You might want to run

 python -c "import numpy; numpy.test('full')"

as the corresponding test is decorated as slow.

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

Reply via email to