Skip to content

Commit 578abd5

Browse files
authored
test: update descriptions
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 8ad190e commit 578abd5

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dmeanpn/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dmeanpn/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tape( 'the function calculates the arithmetic mean of a one-dimensional ndarray'
8585
t.end();
8686
});
8787

88-
tape( 'if provided an empty vector, the function returns `NaN`', function test( t ) {
88+
tape( 'if provided an empty ndarray, the function returns `NaN`', function test( t ) {
8989
var x;
9090
var v;
9191

@@ -97,7 +97,7 @@ tape( 'if provided an empty vector, the function returns `NaN`', function test(
9797
t.end();
9898
});
9999

100-
tape( 'if provided a vector containing a single element, the function returns that element', function test( t ) {
100+
tape( 'if provided an ndarray containing a single element, the function returns that element', function test( t ) {
101101
var x;
102102
var v;
103103

0 commit comments

Comments
 (0)