Hi,<br /><br />Right, I understand what he meant about it being a numpy object rather than a list.  For some reason, however, I thought "ndarray" implied multidimensional arrays.  Thanks again for the clarification.<br /><br />Chris<br />On Dec 22, 2010 2:08pm, j s oishi <jsoishi@gmail.com> wrote:<br />> Hi Chris,<br />> <br />> <br />> <br />> Just as a point of clarification,<br />> <br />> <br />> <br />> > I suspect you mean a one-dimensional array, instead of a multidimensional<br />> <br />> > array (ndarray) here? If not, what are the other dimensions for?<br />> <br />> <br />> <br />> An "ndarray" is the name of the numpy ndimensional array object type.<br />> <br />> Matt was trying to clarify that it is a numpy array rather than a<br />> <br />> native python list, not specifying that it is N-dimensional in the<br />> <br />> sense of greater than one. An ndarray could be one-dimensional, for<br />> <br />> example:<br />> <br />> <br />> <br />> $ python -c "import numpy as na; a = na.zeros(10); print a.__class__"<br />> <br />> <br />> <br />> <br />> <br />> j<br />> <br />> _______________________________________________<br />> <br />> Yt-dev mailing list<br />> <br />> Yt-dev@lists.spacepope.org<br />> <br />> http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org<br />>