@@ -25,7 +25,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 113/113 </ span >
28+ < span class ='fraction '> 112/112 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 113/113 </ span >
49+ < span class ='fraction '> 112/112 </ span >
5050 </ div >
5151
5252
@@ -175,9 +175,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
175175< a name ='L110 '> </ a > < a href ='#L110 '> 110</ a >
176176< a name ='L111 '> </ a > < a href ='#L111 '> 111</ a >
177177< a name ='L112 '> </ a > < a href ='#L112 '> 112</ a >
178- < a name ='L113 '> </ a > < a href ='#L113 '> 113</ a >
179- < a name ='L114 '> </ a > < a href ='#L114 '> 114</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
180- < span class ="cline-any cline-yes "> 1x</ span >
178+ < a name ='L113 '> </ a > < a href ='#L113 '> 113</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
181179< span class ="cline-any cline-yes "> 1x</ span >
182180< span class ="cline-any cline-yes "> 1x</ span >
183181< span class ="cline-any cline-yes "> 1x</ span >
@@ -307,7 +305,6 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
307305* limitations under the License.
308306*/
309307
310- /* eslint-disable array-element-newline */
311308
312309'use strict';
313310
@@ -396,7 +393,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
396393* var arr = ndarray2array( out );
397394* // returns [ [ [ -5.0, -3.0 ] ], [ [ 1.0, 2.0 ] ], [ [ 4.0, 6.0 ] ] ]
398395*/
399- var sorthp = factory( table, [ idtypes0, idtypes1 ], odtypes, options ); // eslint-disable-line max-len
396+ var sorthp = factory( table, [ idtypes0, idtypes1 ], odtypes, options );
400397
401398
402399// EXPORTS //
@@ -409,7 +406,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
409406 < div class ='footer quiet pad2 space-top1 center small '>
410407 Code coverage generated by
411408 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
412- at 2025-09-18T18:13:14.362Z
409+ at 2025-09-18T18:23:43.561Z
413410 </ div >
414411 < script src ="../../../../prettify.js "> </ script >
415412 < script >
0 commit comments