diff options
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 176223795..487fae899 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -292,7 +292,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", |