Hi Ralf

On Thu, Feb 16, 2012 at 11:05 AM, Ralf Gommers
<ralf.gomm...@googlemail.com> wrote:
> Last week we merged https://github.com/numpy/numpy/pull/201, which causes
> DeprecationWarning's and RuntimeWarning's to be converted to errors if they
> occur when running the test suite.

It looks like this change affects other packages, too, which may
legitimately raise RuntimeWarnings while running their test suites
(unless I read the patch wrong).  Would it be an option to rather add
a flag (False by default) to enable this behaviour, and enable it
inside of numpy.test() ?

Regards
Stéfan
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to