[Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

Scott Sinclair scott.sinclair.za at gmail.com
Thu Mar 31 07:03:12 EDT 2011


On 31 March 2011 12:18, Pearu Peterson <pearu.peterson at gmail.com> wrote:
>
>
> On Thu, Mar 31, 2011 at 1:00 PM, Scott Sinclair
> <scott.sinclair.za at gmail.com> wrote:
>>
>> For what it's worth, the maintenance/1.6.x branch works for me on 64-bit
>> Ubuntu:
>>
>> (numpy-1.6.x)scott at 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.

python -c "import numpy; numpy.test('full')"
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 3423 tests in 28.713s

OK (KNOWNFAIL=3, SKIP=4)

Cheers,
Scott



More information about the NumPy-Discussion mailing list