diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-29 14:27:01 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2018-03-31 11:08:29 -0600 |
| commit | 6126789e4addb609b6c99e46a338f5b0bb6f9be3 (patch) | |
| tree | cd8ecacebfb92051b71a57d5a704f884e0d9f3bf /numpy/lib/__init__.py | |
| parent | 0440fb1a5578643e526d254762eee70e4859fb5d (diff) | |
| download | numpy-6126789e4addb609b6c99e46a338f5b0bb6f9be3.tar.gz | |
MAINT: Remove "bench" from testing modules `__init__`s.
The "bench" testing with the old bench files is no longer supported.
These days we use `runtests.py` and `asv`.
Diffstat (limited to 'numpy/lib/__init__.py')
| -rw-r--r-- | numpy/lib/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/__init__.py b/numpy/lib/__init__.py index cc05232a2..0c2e6dfab 100644 --- a/numpy/lib/__init__.py +++ b/numpy/lib/__init__.py @@ -48,4 +48,3 @@ __all__ += histograms.__all__ from numpy.testing import _numpy_tester test = _numpy_tester().test -bench = _numpy_tester().bench |
