I'm having trouble resizing a matrix - the set_shape function seems to
have no effect:

>>> M
<14x3562 sparse matrix of type '<type 'numpy.float32'>'
        with 6136 stored elements in LInked List format>
>>> M.set_shape((15,3562))
>>> M
<14x3562 sparse matrix of type '<type 'numpy.float32'>'
        with 6136 stored elements in LInked List format>

scipy.__version__ is '0.11.0.dev-03f9e4a'

Anyone else come accross this?

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to