Re: [Numpy-discussion] gradient with memmap array bug (?)

2011-09-05 Thread Ralf Gommers
On Mon, Sep 5, 2011 at 12:43 PM, Fred wrote: > Hi all, > > I get some issue using gradient on an array created from memmap: > > PC-Fred[pts/10]:~/{11}/> ipython -p numpy > Python 2.6.7 (r267:88850, Jul 10 2011, 08:11:54) > Type "copyright", "credits" or "license" for more information. > > IPython

[Numpy-discussion] gradient with memmap array bug (?)

2011-09-05 Thread Fred
Hi all, I get some issue using gradient on an array created from memmap: PC-Fred[pts/10]:~/{11}/> ipython -p numpy Python 2.6.7 (r267:88850, Jul 10 2011, 08:11:54) Type "copyright", "credits" or "license" for more information. IPython 0.10.2 -- An enhanced Interactive Python. ? -> Introd