Thanks, Scott. This should now be fixed in SVN.
2009/7/3 Scott Sinclair <[email protected]>: > Index: numpy/core/numeric.py > =================================================================== > --- numpy/core/numeric.py (revision 7095) > +++ numpy/core/numeric.py (working copy) > @@ -535,7 +535,7 @@ > [1, 2]]) > > """ > - return asarray(a.nonzero()).T > + return transpose(asarray(a).nonzero()) _______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
