diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2021-08-05 13:52:34 +0300 |
---|---|---|
committer | Ross Barnowski <rossbar@berkeley.edu> | 2021-08-05 13:52:34 +0300 |
commit | 76639cc60a6a4ee0d7ca3dd1746c2c16367fb154 (patch) | |
tree | fb08922baff8f30f904cedd24d700cbaf4fd7d63 /numpy/tests | |
parent | fe6e3afc2862a2734077c3d41d31470c3addc70b (diff) | |
download | numpy-76639cc60a6a4ee0d7ca3dd1746c2c16367fb154.tar.gz |
Rm numpy.lib.npyio.mafromtxt.
Diffstat (limited to 'numpy/tests')
-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 a40275eb7..3fa2edd8f 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -45,7 +45,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', - 'mafromtxt': 'numpy.lib.npyio.mafromtxt', 'recfromcsv': 'numpy.lib.npyio.recfromcsv', 'recfromtxt': 'numpy.lib.npyio.recfromtxt', 'safe_eval': 'numpy.lib.utils.safe_eval', |