diff options
author | Rohit Goswami <rog32@hi.is> | 2022-12-05 00:52:39 +0000 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2022-12-05 02:46:22 +0000 |
commit | 9cf2cef43f683196242aba6450267049d956b41a (patch) | |
tree | 1f6a0d0c4eacd84e52645743c7a371efcb907ce7 /numpy/tests/test_public_api.py | |
parent | ecf195df053b619de21871653431154033cbd462 (diff) | |
download | numpy-9cf2cef43f683196242aba6450267049d956b41a.tar.gz |
MAINT: Kill old hand-written benchmarks
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 4cd602510..013a20c0d 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -280,7 +280,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "lib.utils", "linalg.lapack_lite", "linalg.linalg", - "ma.bench", "ma.core", "ma.testutils", "ma.timer_comparison", |