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 5ee7147 commit e2c223dCopy full SHA for e2c223d
lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/test/test.js
@@ -150,7 +150,7 @@ tape( 'the function supports negative strides', function test( t ) {
150
t.end();
151
});
152
153
-tape( 'if provided a stride equal to 0, the function returns the first element', function test( t ) {
+tape( 'when provided an input ndarray having a stride equal to 0, the function returns the first indexed element', function test( t ) {
154
var x;
155
var v;
156
0 commit comments