[Numpy-discussion] bug?

2006-10-22 Thread humufr
Hello, the docstring for compress in numpy give this help(numpy.compress) compress(condition, m, axis=None, out=None) compress(condition, x, axis=None) = those elements of x corresponding to those elements of condition that are "true". condition must be the same size as the given d

Re: [Numpy-discussion] ide for python/numpy/scipy/mpl, development ?

2006-10-11 Thread humufr
Le mardi 10 octobre 2006 16:30, Darren Dale a écrit : > On Tuesday 10 October 2006 15:41, [EMAIL PROTECTED] wrote: > > I asked if that will be possible to use ipython instead of the python > > console in eric4 (I know that it's not possible with eric3) but it's > > seems that eric4 does have it's o

Re: [Numpy-discussion] ide for python/numpy/scipy/mpl, development ?

2006-10-10 Thread humufr
I asked if that will be possible to use ipython instead of the python console in eric4 (I know that it's not possible with eric3) but it's seems that eric4 does have it's own console. So, at least for me, it's not anymore an option. N. Le mardi 10 octobre 2006 12:47, Christopher Barker a écrit 

[Numpy-discussion] numpy and dtype

2006-08-31 Thread humufr
Hi, sorry to bother you with probably plenty of stupid question but I would like to clarify my mind with dtype. I have a problem to view a recarray, I'm not sure but I suspect a bug or at least a problem I have an array with some data, the array is very big but I have no prob

Re: [Numpy-discussion] problem with numpy.. sometimes using numarray? and selection question

2006-06-15 Thread humufr
Just a guess, you're reading some fits file with pyfits but you didn't declare the variable NUMERIX for numpy (with the beta version of pyfits) or you script are calling another script who are using numarray. I had both problem last week. Pyfits with a mix of numarray/numpy and a script to read