Re: [Numpy-discussion] A minor annoyance with MA

2006-08-29 Thread PGM
Travis, > This bug has hopefully been fixed (in SVN).Please let us know if it > still persists. It seems to work quite fine with the latest version of ma. Thanks a lot ! P. - Using Tomcat but need to do more? Need to supp

Re: [Numpy-discussion] A minor annoyance with MA

2006-08-29 Thread Travis Oliphant
PGM wrote: >Folks, >I keep running into the following problem since some recent update (I'm >currently running 1.0b3, but the problem occurred roughly around 0.9.8): > > > import numpy.core.ma as MA x=MA.array([[1],[2]],mask=False) x.sum(None) >/usr/lib64/python2.

Re: [Numpy-discussion] A minor annoyance with MA

2006-08-29 Thread Paul Dubois
Whatever the current state of the implementation, the original intention was that ma be, where it makes sense, a "drop-in" replacement for numpy arrays. Being retired I don't read this list all that carefully but I did see some subjects concerning axis defaults (about the 98th time we have had that

[Numpy-discussion] A minor annoyance with MA

2006-08-28 Thread PGM
Folks, I keep running into the following problem since some recent update (I'm currently running 1.0b3, but the problem occurred roughly around 0.9.8): >>> import numpy.core.ma as MA >>> x=MA.array([[1],[2]],mask=False) >>> x.sum(None) /usr/lib64/python2.4/site-packages/numpy/core/ma.py in reduc