
13 May
2009
13 May
'09
8:07 p.m.
Robert Kern <robert.kern <at> gmail.com> writes:
seterr() uses thread-local storage.
Oh. I stand corrected. Ignore my earlier objections then.
Pierre GM <pgmdevlist <at> gmail.com> writes:
Also, importing numpy.ma currently calls numpy.seterr(all='ignore') anyway...
hmm. While this doesn't affect me personally... I wonder if everyone is aware of this. Importing modules generally shouldn't have side effects either I would think. Has this always been the case for the masked array module?
- Matt