summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-09-25 22:56:57 +0300
committerGitHub <noreply@github.com>2019-09-25 22:56:57 +0300
commitbe0ec673bc44481ba6b6d63e943b96c0d93e78fb (patch)
tree232388b367be571bc45963019ad601b352d930e7 /numpy/tests/test_public_api.py
parent23c7769ff432097432035c1b5e803355ffa2bdd5 (diff)
parent7960edee9ccf1a6e8b48d269a13e54f658e560b8 (diff)
downloadnumpy-be0ec673bc44481ba6b6d63e943b96c0d93e78fb.tar.gz
Merge pull request #14573 from rgommers/remove-info-files
DOC: update submodule docstrings, remove info.py files
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 6de171dbb..e3621c0fd 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -199,7 +199,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"core.fromnumeric",
"core.function_base",
"core.getlimits",
- "core.info",
"core.machar",
"core.memmap",
"core.multiarray",
@@ -251,7 +250,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"distutils.fcompiler.sun",
"distutils.fcompiler.vast",
"distutils.from_template",
- "distutils.info",
"distutils.intelccompiler",
"distutils.lib2def",
"distutils.line_endings",
@@ -272,7 +270,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"f2py.f2py_testing",
"f2py.f90mod_rules",
"f2py.func2subr",
- "f2py.info",
"f2py.rules",
"f2py.use_rules",
"fft.helper",
@@ -283,7 +280,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"lib.function_base",
"lib.histograms",
"lib.index_tricks",
- "lib.info",
"lib.nanfunctions",
"lib.npyio",
"lib.polynomial",
@@ -294,7 +290,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"lib.ufunclike",
"lib.user_array", # note: not in np.lib, but probably should just be deleted
"lib.utils",
- "linalg.info",
"linalg.lapack_lite",
"linalg.linalg",
"ma.bench",
@@ -307,7 +302,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"random.bounded_integers",
"random.common",
"random.generator",
- "random.info",
"random.mt19937",
"random.mtrand",
"random.pcg64",