[Numpy-discussion] passing non-flat array to interpolator

2010-04-27 Thread Thomas
I have some problem with interpolators in Scipy does anyone knows if there is a way to pass a non-flat array variables to Rbf, or other Scipy interpolator eg. for my case of 17 x 1 problems of 500 data size x1.shape = (500,) x2.shape = (500,) ... X17.shape =(500,) b = Rbf(x1,x2,x3,...,x17,y) i

Re: [Numpy-discussion] Incomplete uninstall of 1.4.0 superpack

2010-04-27 Thread threexk threexk
David Cournapeau wrote: > On Mon, Apr 26, 2010 at 2:42 AM, threexk threexk wrote: > > Hello, > > > > I recently uninstalled the NumPy 1.4.0 superpack for Python 2.6 on Windows > > 7, and afterward a dialog popped up that said 1 file or directory could not > > be removed. Does anyone have any ide

Re: [Numpy-discussion] Memory profiling NumPy code?

2010-04-27 Thread René Dudfield
numpy could implement __sizeof__ On Mon, Apr 26, 2010 at 12:16 PM, David Cournapeau wrote: > On Mon, Apr 26, 2010 at 7:57 PM, Dag Sverre Seljebotn > wrote: > > I'd like to profile the memory usage of my application using tools like > > e.g. Heapy. However since NumPy arrays are allocated in C t