diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-01-03 11:09:39 -0500 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2020-01-04 06:42:29 -0800 |
commit | 963692da48ac8baf692357b453e2945122fd4eb5 (patch) | |
tree | 36565b2978b9925e8d7eb3863aa8083c0792c82f /numpy/tests/test_public_api.py | |
parent | b7c27bd2a3817f59c84b004b87bba5db57d9a9b0 (diff) | |
download | numpy-963692da48ac8baf692357b453e2945122fd4eb5.tar.gz |
MAINT: Remove unused int_asbuffer
On Python 3, int_asbuffer throws NotImplementedError and goes unused
internally.
Fixes #12425
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 9f5ae8a92..4ee84034d 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -48,7 +48,6 @@ def test_numpy_namespace(): 'fastCopyAndTranspose': 'numpy.core._multiarray_umath._fastCopyAndTranspose', 'get_array_wrap': 'numpy.lib.shape_base.get_array_wrap', 'get_include': 'numpy.lib.utils.get_include', - 'int_asbuffer': 'numpy.core._multiarray_umath.int_asbuffer', 'mafromtxt': 'numpy.lib.npyio.mafromtxt', 'ndfromtxt': 'numpy.lib.npyio.ndfromtxt', 'recfromcsv': 'numpy.lib.npyio.recfromcsv', |