Skip to content

Commit c1e1c5a

Browse files
authored
test: update descriptions
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d181f96 commit c1e1c5a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tape( 'the function calculates the maximum absolute value of a one-dimensional n
9393
t.end();
9494
});
9595

96-
tape( 'if provided an empty vector, the function returns `NaN`', function test( t ) {
96+
tape( 'if provided an empty ndarray, the function returns `NaN`', function test( t ) {
9797
var x;
9898
var v;
9999

@@ -105,7 +105,7 @@ tape( 'if provided an empty vector, the function returns `NaN`', function test(
105105
t.end();
106106
});
107107

108-
tape( 'if provided a vector containing a single element, the function returns the absolute value of that element', function test( t ) {
108+
tape( 'if provided an ndarray containing a single element, the function returns the absolute value of that element', function test( t ) {
109109
var x;
110110
var v;
111111

0 commit comments

Comments
 (0)