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.
1 parent 7827c74 commit f3dccc9Copy full SHA for f3dccc9
lib/node_modules/@stdlib/ndarray/shift/lib/main.js
@@ -39,7 +39,6 @@ var format = require( '@stdlib/string/format' );
39
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
40
* @throws {TypeError} options argument must be an object
41
* * @throws {TypeError} must provide valid options
42
-* @throws {RangeError} dimension index exceeds the number of dimensions
43
* @returns {Array<ndarray>} a list of ndarrays
44
*
45
* @example
0 commit comments