Skip to content

Commit 14b1d83

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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 25abfc6 commit 14b1d83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/stats/cumax/test/test.assign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ tape( 'the function computes the cumulative maximum value over elements in an nd
629629
t.end();
630630
});
631631

632-
tape( 'the function supports specifying reduction dimensions (row-major)', function test( t ) {
632+
tape( 'the function supports specifying operation dimensions (row-major)', function test( t ) {
633633
var expected;
634634
var actual;
635635
var xbuf;
@@ -665,7 +665,7 @@ tape( 'the function supports specifying reduction dimensions (row-major)', funct
665665
t.end();
666666
});
667667

668-
tape( 'the function supports specifying reduction dimensions (column-major)', function test( t ) {
668+
tape( 'the function supports specifying operation dimensions (column-major)', function test( t ) {
669669
var expected;
670670
var actual;
671671
var xbuf;

lib/node_modules/@stdlib/stats/cumax/test/test.main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ tape( 'the function computes the cumulative maximum value over elements in an nd
456456
t.end();
457457
});
458458

459-
tape( 'the function supports specifying reduction dimensions (row-major)', function test( t ) {
459+
tape( 'the function supports specifying operation dimensions (row-major)', function test( t ) {
460460
var expected;
461461
var actual;
462462
var xbuf;
@@ -493,7 +493,7 @@ tape( 'the function supports specifying reduction dimensions (row-major)', funct
493493
t.end();
494494
});
495495

496-
tape( 'the function supports specifying reduction dimensions (column-major)', function test( t ) {
496+
tape( 'the function supports specifying operation dimensions (column-major)', function test( t ) {
497497
var expected;
498498
var actual;
499499
var xbuf;

0 commit comments

Comments
 (0)