Re: [Numpy-discussion] itemsize() doesn't work

2009-08-21 Thread Pauli Virtanen
Fri, 21 Aug 2009 04:47:09 +, David Goldsmith wrote: [clip] http://numpy.scipy.org/numpydoc/numpy-10.html [clip] Is this editable through the Wiki? I went to the Docstrings page and searched for numpydoc and tutorial and got no hits. This is the old Numeric module documentation. It

[Numpy-discussion] itemsize() doesn't work

2009-08-20 Thread Dr. Phillip M. Feldman
I've been reading the online NumPy tutorial at the following URL: http://numpy.scipy.org/numpydoc/numpy-10.html When I try the following example, I get an error message: In [1]: a=arange(10) In [2]: a.itemsize() ---

Re: [Numpy-discussion] itemsize() doesn't work

2009-08-20 Thread Stéfan van der Walt
2009/8/20 Dr. Phillip M. Feldman pfeld...@verizon.net: I've been reading the online NumPy tutorial at the following URL: http://numpy.scipy.org/numpydoc/numpy-10.html When I try the following example, I get an error message: In [1]: a=arange(10) In [2]: a.itemsize() This is a mistake,

Re: [Numpy-discussion] itemsize() doesn't work

2009-08-20 Thread josef . pktd
2009/8/20 Stéfan van der Walt ste...@sun.ac.za: 2009/8/20 Dr. Phillip M. Feldman pfeld...@verizon.net: I've been reading the online NumPy tutorial at the following URL: http://numpy.scipy.org/numpydoc/numpy-10.html When I try the following example, I get an error message: In [1]:

Re: [Numpy-discussion] itemsize() doesn't work

2009-08-20 Thread David Goldsmith
Thanks for the bug report! DG --- On Thu, 8/20/09, Dr. Phillip M. Feldman pfeld...@verizon.net wrote: From: Dr. Phillip M. Feldman pfeld...@verizon.net Subject: [Numpy-discussion] itemsize() doesn't work To: numpy-discussion@scipy.org Date: Thursday, August 20, 2009, 5:46 PM I've been

Re: [Numpy-discussion] itemsize() doesn't work

2009-08-20 Thread David Goldsmith
Hi, Stefan. Is this editable through the Wiki? I went to the Docstrings page and searched for numpydoc and tutorial and got no hits. DG --- On Thu, 8/20/09, Stéfan van der Walt ste...@sun.ac.za wrote: From: Stéfan van der Walt ste...@sun.ac.za Subject: Re: [Numpy-discussion] itemsize