diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-11-30 23:07:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 23:07:17 +0200 |
commit | 9896b46b36c4875badc15787c403840d997cf45a (patch) | |
tree | cb50f2ffbeaca41fcaf114fa9c94c0fbf4b5474d /numpy/tests/test_public_api.py | |
parent | 6812517d431ce0b5457bc89671ace1fc3c53381a (diff) | |
parent | 4539ecd88bd2c8ca7aee0aba254b894f1042a084 (diff) | |
download | numpy-9896b46b36c4875badc15787c403840d997cf45a.tar.gz |
Merge pull request #22644 from seberg/exceptions
API: Add new `np.exceptions` namespace for errors and warnings
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 396375d87..4cd602510 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -137,6 +137,7 @@ PUBLIC_MODULES = ['numpy.' + s for s in [ "doc", "doc.constants", "doc.ufuncs", + "exceptions", "f2py", "fft", "lib", |