oldnumeric.MA behaviour broken ?
April 30, 2008
6:35 p.m.
HI, import numpy.oldnumeric.ma as MA a0= MA.array(0)/0 sh0=list(a0.shape) sh0.insert(0,1) b0=MA.resize(a0,sh0) Does not work anymore, I believe it used to work It does works using numpy.ma (but i can't subclass these yet...) C.
6677
Age (days ago)
6677
Last active (days ago)
0 comments
1 participants
participants (1)
-
Charles Doutriaux