summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2021-08-05 13:48:43 +0300
committerRoss Barnowski <rossbar@berkeley.edu>2021-08-05 13:48:43 +0300
commitfe6e3afc2862a2734077c3d41d31470c3addc70b (patch)
treeb2d7d2f4af1acce39fcbb6f9cdc03019427dd286 /numpy/tests/test_public_api.py
parent3c9e27907d6f4b0b88cb7464cc19f9f08a63b83e (diff)
downloadnumpy-fe6e3afc2862a2734077c3d41d31470c3addc70b.tar.gz
Rm numpy.lib.npyio.ndfromtxt.
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 6e4a8dee0..a40275eb7 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -46,7 +46,6 @@ def test_numpy_namespace():
'get_array_wrap': 'numpy.lib.shape_base.get_array_wrap',
'get_include': 'numpy.lib.utils.get_include',
'mafromtxt': 'numpy.lib.npyio.mafromtxt',
- 'ndfromtxt': 'numpy.lib.npyio.ndfromtxt',
'recfromcsv': 'numpy.lib.npyio.recfromcsv',
'recfromtxt': 'numpy.lib.npyio.recfromtxt',
'safe_eval': 'numpy.lib.utils.safe_eval',