Re: [Numpy-discussion] Slice nested arrays, How to

2017-07-24 Thread William Ray Wing
> On Jul 24, 2017, at 10:37 AM, Bob wrote: > > Hello, > > I created the following array by converting it from a nested list: > >a = np.array([np.array([ 17.56578416, 16.82712825, 16.57992292, > 15.83534836]), > np.array([ 17.9002445 , 17.35024876, 16.69733472, 15.78809856]), >

Re: [Numpy-discussion] Slice nested arrays, How to

2017-07-24 Thread Sebastian Berg
On Mon, 2017-07-24 at 16:37 +0200, Bob wrote: > Hello, > > I created the following array by converting it from a nested list: > > a = np.array([np.array([ > 17.56578416,  16.82712825,  16.57992292,  > 15.83534836]), >    np.array([ 17.9002445 > ,  17.35024876,  16.69733472,  15.78809856])