Skip to content

Commit 347914d

Browse files
committed
test: update descriptions
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 70277f2 commit 347914d

File tree

68 files changed

+121
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+121
-121
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ tape( 'the function calculates the sample covariance of two one-dimensional ndar
124124
t.end();
125125
});
126126

127-
tape( 'if provided an empty vector, the function returns `NaN`', function test( t ) {
127+
tape( 'if provided an empty ndarray, the function returns `NaN`', function test( t ) {
128128
var correction;
129129
var meanx;
130130
var x;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tape( 'the function calculates the cumulative maximum value of a one-dimensional
113113
t.end();
114114
});
115115

116-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
116+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
117117
var expected;
118118
var xbuf;
119119
var x;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tape( 'the function calculates the cumulative minimum value of a one-dimensional
113113
t.end();
114114
});
115115

116-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
116+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
117117
var expected;
118118
var xbuf;
119119
var x;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tape( 'the function calculates the sample covariance of two one-dimensional doub
125125
t.end();
126126
});
127127

128-
tape( 'if provided an empty vector, the function returns `NaN`', function test( t ) {
128+
tape( 'if provided an empty ndarray, the function returns `NaN`', function test( t ) {
129129
var correction;
130130
var meanx;
131131
var x;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative maximum value of a one-dimensional
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative maximum absolute value of a one-di
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative minimum value of a one-dimensional
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative minimum absolute value of a one-di
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

lib/node_modules/@stdlib/stats/base/ndarray/dmax/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 maximum value 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

lib/node_modules/@stdlib/stats/base/ndarray/dmaxabs/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 maximum absolute value of a one-dimensional n
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)