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 d84d6ea commit dd00c2fCopy full SHA for dd00c2f
lib/node_modules/@stdlib/blas/base/ndarray/dasum/test/test.js
@@ -76,7 +76,7 @@ tape( 'the function calculates the sum of absolute values for all elements in a
76
t.end();
77
});
78
79
-tape( 'if provided an empty vector, the function returns `0.0`', function test( t ) {
+tape( 'if provided an empty ndarray, the function returns `0.0`', function test( t ) {
80
var xbuf;
81
var x;
82
var y;
0 commit comments