Skip to content

Commit 3fdee47

Browse files
committed
chore: update test 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 a9f9805 commit 3fdee47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/dasumpw/test/test.module.ndarray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'a module instance has a `ndarray` method which has an arity of 4', functi
4848
t.end();
4949
});
5050

51-
tape( 'a module instance has a `ndarray` method that the sum of absolute values of all strided array elements', function test( t ) {
51+
tape( 'a module instance has a `ndarray` method that computes the sum of absolute values of all strided array elements', function test( t ) {
5252
var mem;
5353
var mod;
5454
var xp;
@@ -179,7 +179,7 @@ tape( 'a module instance has a `ndarray` method which supports a negative `strid
179179
t.end();
180180
});
181181

182-
tape( 'if provided an `stride` parameter equal to `0`, a module instance has a `ndarray` method which returns the absolute value of the first element repeated N times', function test( t ) {
182+
tape( 'if provided an `stride` parameter equal to `0`, a module instance has a `ndarray` method which returns the sum of the absolute value of the first element repeated N times', function test( t ) {
183183
var mem;
184184
var mod;
185185
var xp;

0 commit comments

Comments
 (0)