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 f831caa commit 6986082Copy full SHA for 6986082
lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumpw/test/test.js
@@ -57,7 +57,7 @@ tape( 'the function has an arity of 1', function test( t ) {
57
t.end();
58
});
59
60
-tape( 'the function computes the sum of all elements in a one-dimensional ndarray using pairwise summation.', function test( t ) {
+tape( 'the function computes the sum of all elements in a one-dimensional ndarray using pairwise summation', function test( t ) {
61
var x;
62
var v;
63
0 commit comments