diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-01 14:07:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-01 14:07:20 -0600 |
| commit | bbd72df8d5fa94fc2836210c24cf68103507cabd (patch) | |
| tree | ab042d20dd8c2710d762ac0a2901a9fbf6510b86 /numpy/core | |
| parent | 285b84b213a4b335dc4baed8090e033e67a7903f (diff) | |
| parent | fddaa7c8cf341794a8f3ea098b028c49975d546a (diff) | |
| download | numpy-bbd72df8d5fa94fc2836210c24cf68103507cabd.tar.gz | |
Merge pull request #10827 from charris/create-pytesttester
ENH: Add tester for pytest.
Diffstat (limited to 'numpy/core')
| -rw-r--r-- | numpy/core/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/__init__.py b/numpy/core/__init__.py index 6db484de4..264324503 100644 --- a/numpy/core/__init__.py +++ b/numpy/core/__init__.py @@ -73,7 +73,6 @@ __all__ += einsumfunc.__all__ from numpy.testing import _numpy_tester test = _numpy_tester().test -bench = _numpy_tester().bench # Make it possible so that ufuncs can be pickled # Here are the loading and unloading functions |
