diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-11 17:55:05 +0100 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-12-01 12:03:49 +0100 |
commit | ea2f2d65b0df09a04681148930806800909d6473 (patch) | |
tree | 77faff33b272bfbbacc5e8d4f1a6705fe8a2fd4b /numpy/tests/test_public_api.py | |
parent | 01d64079b05c9b0c57775d0bb97d1cb5d52d2512 (diff) | |
download | numpy-ea2f2d65b0df09a04681148930806800909d6473.tar.gz |
ENH: Add an InvalidPromotion exception
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 4cd602510..8f654f3d9 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -361,6 +361,7 @@ SKIP_LIST_2 = [ 'numpy.matlib.char', 'numpy.matlib.rec', 'numpy.matlib.emath', + 'numpy.matlib.exceptions', 'numpy.matlib.math', 'numpy.matlib.linalg', 'numpy.matlib.fft', |