Skip to content

Commit 39d57a0

Browse files
committed
fix: test.ndarray.js
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: passed ---
1 parent 0e12f13 commit 39d57a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgbmv/test/test.ndarray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ tape( 'the function performs one of the matrix-vector operations `y = α*A*x +
261261
t.strictEqual( out, y, 'returns expected value' );
262262
t.deepEqual( out, expected, 'returns expected value' );
263263

264-
265264
t.end();
266265
});
267266

0 commit comments

Comments
 (0)