diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-31 20:21:32 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-31 20:21:32 -0600 |
commit | d4413a319ed90a99621bc105bc35a820f65dbf5d (patch) | |
tree | 63da47ce49a71c9f419d6a9ebcdaf8e4d14fdc6d /numpy/lib/tests/test__iotools.py | |
parent | 03371cdae281bbbde0c7adfc28d012d6555ad112 (diff) | |
download | numpy-d4413a319ed90a99621bc105bc35a820f65dbf5d.tar.gz |
BUG: Catch DeprecationWarning in numpy/core/tests/test_numeric.py.
TestCreationFuncs.check_function was spewing Deprecation warnings in
release mode. AFAICT, it did not raise errors during development because
it was buried by a TypeError. The Deprecation in question is at line
1141 in multiarray/conversion_utils.c. Hiding the deprecation should
be harmless here, but when the Deprecation is turned into an error
it will need to be caught in the test.
Diffstat (limited to 'numpy/lib/tests/test__iotools.py')
0 files changed, 0 insertions, 0 deletions