Re: [Numpy-discussion] Fast Reading of ASCII files

2011-12-11 Thread Ralf Gommers
On Wed, Dec 7, 2011 at 7:50 PM, Chris.Barker wrote: > Hi folks, > > This is a continuation of a conversation already started, but i gave it > a new, more appropriate, thread and subject. > > On 12/6/11 2:13 PM, Wes McKinney wrote: > > we should start talking > > about building a *high performance

Re: [Numpy-discussion] trouble building numpy 1.6.1 on Scientific Linux 5

2011-12-11 Thread Ralf Gommers
On Fri, Dec 9, 2011 at 8:02 PM, Russell E. Owen wrote: > I'm trying to build numpy 1.6.1 on Scientific Linux 5 but the unit tests > claim the wrong version of fortran was used. I thought I knew how to > avoid that, but it's not working. > > I don't have atlas (this needs to run on a lot of > simi

Re: [Numpy-discussion] numpy.mean problems

2011-12-11 Thread ferreirafm
Aronne Merrelli wrote: > > I can recreate this error if tab is a structured ndarray - what is the > dtype of tab? > > If that is correct, I think you could fix this by simplifying things. > Since > tab is already an ndarray, you should not need to convert it back into a > python list. By conver