@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 99.33% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 150/151 </ span >
28+ < span class ='fraction '> 149/150 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 99.33% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 150/151 </ span >
49+ < span class ='fraction '> 149/150 </ span >
5050 </ div >
5151
5252
@@ -213,9 +213,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
213213< a name ='L148 '> </ a > < a href ='#L148 '> 148</ a >
214214< a name ='L149 '> </ a > < a href ='#L149 '> 149</ a >
215215< a name ='L150 '> </ a > < a href ='#L150 '> 150</ a >
216- < a name ='L151 '> </ a > < a href ='#L151 '> 151</ a >
217- < a name ='L152 '> </ a > < a href ='#L152 '> 152</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
218- < span class ="cline-any cline-yes "> 1x</ span >
216+ < a name ='L151 '> </ a > < a href ='#L151 '> 151</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
219217< span class ="cline-any cline-yes "> 1x</ span >
220218< span class ="cline-any cline-yes "> 1x</ span >
221219< span class ="cline-any cline-yes "> 1x</ span >
@@ -415,8 +413,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
415413* @param {string} [options.order='row-major'] - order in which input ndarray elements are flattened
416414* @throws {TypeError} first argument must be an ndarray-like object
417415* @throws {TypeError} options argument must be an object
418- * @throws {TypeError} options.depth must be a nonnegative integer
419- * @throws {TypeError} options.order must be a recognized order
416+ * @throws {TypeError} must provide valid options
420417* @returns {ndarray} output ndarray
421418*
422419* @example
@@ -523,7 +520,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
523520 < div class ='footer quiet pad2 space-top1 center small '>
524521 Code coverage generated by
525522 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
526- at 2025-09-07T20:17:26.049Z
523+ at 2025-09-07T20:18:10.518Z
527524 </ div >
528525 < script src ="../../../prettify.js "> </ script >
529526 < script >
0 commit comments