10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AxisError
ValueError
IndexError
1 parent 0270f4a commit 16964aeCopy full SHA for 16964ae
numpy/core/_exceptions.py
@@ -124,7 +124,8 @@ class TooHardError(RuntimeError):
124
class AxisError(ValueError, IndexError):
125
"""Axis supplied was invalid.
126
127
- Raised whenever an ``axis`` parameter is specified that is larger than
+ A `ValueError` and `IndexError` subclass raised whenever an
128
+ ``axis`` parameter is specified that is larger than
129
the number of array dimensions.
130
131
.. versionchanged:: 1.22
0 commit comments