Skip to content

Commit dfcc8f8

Browse files
committed
test: more test coverage
--- 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 78ad0a6 commit dfcc8f8

File tree

7 files changed

+433
-7
lines changed

7 files changed

+433
-7
lines changed

lib/node_modules/@stdlib/lapack/base/dgtts2/test/fixtures/col_major_no_trans_ipiv_ne_i.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"oi": 0,
2727

2828
"B": [ 7.0, 2.0, 1.0, 8.0, 3.0, 1.5, 7.0, 4.0, 2.0 ],
29-
"sb": 1,
29+
"sb1": 1,
30+
"sb2": 3,
3031
"ob": 0,
3132

3233
"LDB": 3,

lib/node_modules/@stdlib/lapack/base/dgtts2/test/fixtures/col_major_no_trans_nrhs_gt_one.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"oi": 0,
2727

2828
"B": [ 7.0, 2.0, 1.0, 8.0, 3.0, 1.5, 7.0, 4.0, 2.0 ],
29-
"sb1": 3,
30-
"sb2": 1,
29+
"sb1": 1,
30+
"sb2": 3,
3131
"ob": 0,
3232

3333
"LDB": 3,

lib/node_modules/@stdlib/lapack/base/dgtts2/test/fixtures/col_major_trans_ipiv_ne_i.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"oi": 0,
2727

2828
"B": [ 7.0, 2.0, 1.0, 8.0, 3.0, 1.5, 7.0, 4.0, 2.0 ],
29-
"sb": 1,
29+
"sb1": 1,
30+
"sb2": 3,
3031
"ob": 0,
3132

3233
"LDB": 3,

lib/node_modules/@stdlib/lapack/base/dgtts2/test/fixtures/col_major_trans_nrhs_gt_one.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"oi": 0,
2727

2828
"B": [ 7.0, 2.0, 1.0, 8.0, 3.0, 1.5, 7.0, 4.0, 2.0 ],
29-
"sb": 1,
29+
"sb1": 1,
30+
"sb2": 3,
3031
"ob": 0,
3132

3233
"LDB": 3,

lib/node_modules/@stdlib/lapack/base/dgtts2/test/fixtures/row_major_no_trans_ipiv_ne_i.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"oi": 0,
2727

2828
"B": [ 7.0, 2.0, 1.0, 8.0, 3.0, 1.5, 7.0, 4.0, 2.0 ],
29-
"sb": 1,
29+
"sb1": 3,
30+
"sb2": 1,
3031
"ob": 0,
3132

3233
"LDB": 3,

lib/node_modules/@stdlib/lapack/base/dgtts2/test/fixtures/row_major_trans_ipiv_ne_i.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"oi": 0,
2727

2828
"B": [ 7.0, 2.0, 1.0, 8.0, 3.0, 1.5, 7.0, 4.0, 2.0 ],
29-
"sb": 1,
29+
"sb1": 3,
30+
"sb2": 1,
3031
"ob": 0,
3132

3233
"LDB": 3,

0 commit comments

Comments
 (0)