Re: [Pytables-users] Resizing sparse matrix

2012-03-08 Thread Tom Diethe
Apologies, sent to wrong group! On 8 March 2012 16:26, Tom Diethe wrote: > I'm having trouble resizing a matrix - the set_shape function seems to > have no effect: > M > <14x3562 sparse matrix of type '' >        with 6136 stored elements in LInked List format> M.set_shape((15,3562)) >>

[Pytables-users] Resizing sparse matrix

2012-03-08 Thread Tom Diethe
I'm having trouble resizing a matrix - the set_shape function seems to have no effect: >>> M <14x3562 sparse matrix of type '' with 6136 stored elements in LInked List format> >>> M.set_shape((15,3562)) >>> M <14x3562 sparse matrix of type '' with 6136 stored elements in LInked Lis