Re: [Numpy-discussion] Numpy test failure - How to fix

2012-07-11 Thread Ralf Gommers
On Sun, Jul 8, 2012 at 11:47 AM, Matthew Brett wrote: > Hi, > > On Sun, Jul 8, 2012 at 2:36 AM, Ralf Gommers > wrote: > > > > > > On Fri, Jul 6, 2012 at 1:30 PM, McCully, Dwayne (NIH/NLM/LHC) [C] > > wrote: > >> > >> Hope this is the right list to post this problem! I’m getting two > errors > >

Re: [Numpy-discussion] Numpy test failure - How to fix

2012-07-08 Thread Matthew Brett
Hi, On Sun, Jul 8, 2012 at 2:36 AM, Ralf Gommers wrote: > > > On Fri, Jul 6, 2012 at 1:30 PM, McCully, Dwayne (NIH/NLM/LHC) [C] > wrote: >> >> Hope this is the right list to post this problem! I’m getting two errors >> when running a numpy (see below). >> >> Could someone tell me how to fix thi

Re: [Numpy-discussion] Numpy test failure - How to fix

2012-07-08 Thread Ralf Gommers
On Fri, Jul 6, 2012 at 1:30 PM, McCully, Dwayne (NIH/NLM/LHC) [C] < dmccu...@mail.nih.gov> wrote: > Hope this is the right list to post this problem! I’m getting two errors > when running a numpy (see below). > > Could someone tell me how to fix this or if the errors are not a concern. > ***

Re: [Numpy-discussion] Numpy test failure - How to fix

2012-07-06 Thread McCully, Dwayne (NIH/NLM/LHC) [C]
7:36 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Numpy test failure - How to fix Disclosure: I'm not a numpy developer You've certainly got a functional numpy installation if those are the only two tests failing. Those two tests are related to the distance between fl

Re: [Numpy-discussion] Numpy test failure - How to fix

2012-07-06 Thread Aron Ahmadia
Disclosure: I'm not a numpy developer You've certainly got a functional numpy installation if those are the only two tests failing. Those two tests are related to the distance between floating-point numbers using long double precision (128 bits). If you're not using long doubles, then you probab

[Numpy-discussion] Numpy test failure - How to fix

2012-07-06 Thread McCully, Dwayne (NIH/NLM/LHC) [C]
Hope this is the right list to post this problem! I'm getting two errors when running a numpy (see below). Could someone tell me how to fix this or if the errors are not a concern. Dwayne python -c 'import numpy; numpy.test(verbose=2)' Python 2.7.3 Numpy 1.6.2 Nose 1.1.2 PowerPC Red Hat Linux