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

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 wrote: > From: Stéfan van der Walt > Subject: Re: [Numpy-discussion] it

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 wrote: > From: Dr. Phillip M. Feldman > Subject: [Numpy-discussion] itemsize() doesn't work > To: numpy-discussion@scipy.org > Date: Thursday, August 20, 2009, 5:46 PM > > I've been readi

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

2009-08-20 Thread josef . pktd
2009/8/20 Stéfan van der Walt : > 2009/8/20 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.it

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

2009-08-20 Thread Stéfan van der Walt
2009/8/20 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() This is a mistake, and should be

[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() --- TypeErr