diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-08-21 07:29:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 07:29:28 -0600 |
commit | 185c4f205c51049a2a21e406e205e4135fab5273 (patch) | |
tree | 09a5600269fb0133178cb3dbf9f8b91b377aeb10 /numpy/tests/test_public_api.py | |
parent | 17d730ae32f5f60c9c2ca75d202b4e866debd686 (diff) | |
parent | 3d2fe4ec796be6ae63c482e4c4f74e3c7867ff1d (diff) | |
download | numpy-185c4f205c51049a2a21e406e205e4135fab5273.tar.gz |
Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctl
ENH: Use `threadpoolctl` in `show_runtime` (a new function)
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index e028488d3..882a48d2f 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -51,6 +51,7 @@ def test_numpy_namespace(): 'safe_eval': 'numpy.lib.utils.safe_eval', 'set_string_function': 'numpy.core.arrayprint.set_string_function', 'show_config': 'numpy.__config__.show', + 'show_runtime': 'numpy.lib.utils.show_runtime', 'who': 'numpy.lib.utils.who', } # We override dir to not show these members |