El dc 02 de 05 del 2007 a les 14:31 -0400, en/na Pierre GM va escriure:
> On Wednesday 02 May 2007 14:15:06 Fernando Perez wrote:
> > On 5/2/07, Darren Dale <[EMAIL PROTECTED]> wrote:
> > > I know Numeric is no longer supported, but I just upgraded to python-2.5
> > > and now I'm having problems in
On Wednesday 02 May 2007 14:15:06 Fernando Perez wrote:
> On 5/2/07, Darren Dale <[EMAIL PROTECTED]> wrote:
> > I know Numeric is no longer supported, but I just upgraded to python-2.5
> > and now I'm having problems indexing Numeric arrays:
>
> Fine on 32-bit ubuntu, using Python 2.5:
> But I thi
On 5/2/07, Darren Dale <[EMAIL PROTECTED]> wrote:
> I know Numeric is no longer supported, but I just upgraded to python-2.5 and
> now I'm having problems indexing Numeric arrays:
Fine on 32-bit ubuntu, using Python 2.5:
In [4]: Numeric.arange(0,10)[:]
Out[4]: array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
I know Numeric is no longer supported, but I just upgraded to python-2.5 and
now I'm having problems indexing Numeric arrays:
In [1]: import Numeric
In [2]: Numeric.arange(0,10)
Out[2]: array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
In [3]: Numeric.arange(0,10)[:10]
Out[3]: array([0, 1, 2, 3, 4, 5, 6, 7