diff options
author | Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov> | 2019-02-27 09:14:04 -0500 |
---|---|---|
committer | Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov> | 2019-02-27 09:32:16 -0500 |
commit | 194927d5aa993f6b68248b24d374a29d26a261dd (patch) | |
tree | 170bab747d26524c52499ebb0d45bdc48d39a0a9 /numpy/tests/test_public_api.py | |
parent | 269d9855216e7c66708b1e2c6f5da7e5f39c70c1 (diff) | |
download | numpy-194927d5aa993f6b68248b24d374a29d26a261dd.tar.gz |
DOC: Added maximum_sctype to documentation
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 194f8ecbb..807c98652 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -43,7 +43,6 @@ def test_numpy_namespace(): 'get_include': 'numpy.lib.utils.get_include', 'int_asbuffer': 'numpy.core._multiarray_umath.int_asbuffer', 'mafromtxt': 'numpy.lib.npyio.mafromtxt', - 'maximum_sctype': 'numpy.core.numerictypes.maximum_sctype', 'ndfromtxt': 'numpy.lib.npyio.ndfromtxt', 'recfromcsv': 'numpy.lib.npyio.recfromcsv', 'recfromtxt': 'numpy.lib.npyio.recfromtxt', |