Excellent! I still have to figure out why your system does not support posix
threads barriers properly, but most probably the patch is a good workaround for
your case. Please feel free to file a bug so that this is not lost.
Thanks,
Francesc
On Mar 7, 2012, at 11:46 PM, Chris Kees 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))
>>> M
<14x3562 sparse matrix of type ''
with 6136 stored elements in LInked Lis
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))
>>