j
k
j a
j l
Charles,
but not: import numpy.ma as MA a0= MA.array(0)/0 a1= MA.array((0,0))/0 Is that a bug ?
but not: import numpy.ma as MA a0= MA.array(0)/0 a1= MA.array((0,0))/0
Is that a bug ?
That a0 is MA.masked is not a bug. That a1 should be a (2,) array masked everywhere should work, but does not: that's the bug. Thanks for reporting.
Back to the thread
Back to the list