Skip to content

Commit 97e96e0

Browse files
committed
chore: clean-up
--- 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: na - 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 d063952 commit 97e96e0

12 files changed

+12
-0
lines changed

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/column_major_complex_access_pattern.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 8,
1718
"strideA1": -2,
1819
"strideA2": -8,
1920
"offsetA": 22,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/column_major_oa.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 2,
1718
"strideA1": 1,
1819
"strideA2": 2,
1920
"offsetA": 1,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/column_major_sa1_sa2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 8,
1718
"strideA1": 2,
1819
"strideA2": 8,
1920
"offsetA": 4,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/column_major_sa1_sa2n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 8,
1718
"strideA1": 2,
1819
"strideA2": -8,
1920
"offsetA": 20,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/column_major_sa1n_sa2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 8,
1718
"strideA1": -2,
1819
"strideA2": 8,
1920
"offsetA": 6,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/column_major_sa1n_sa2n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 8,
1718
"strideA1": -2,
1819
"strideA2": -8,
1920
"offsetA": 22,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/row_major_complex_access_pattern.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 14,
1718
"strideA1": -14,
1819
"strideA2": -2,
1920
"offsetA": 19,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/row_major_oa.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[ 1.0, 2.0, 3.0 ],
1515
[ 4.0, 5.0, 6.0 ]
1616
],
17+
"lda": 3,
1718
"strideA1": 3,
1819
"strideA2": 1,
1920
"offsetA": 1,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/row_major_sa1_sa2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
[ 1.0, 2.0, 3.0 ],
3333
[ 4.0, 5.0, 6.0 ]
3434
],
35+
"lda": 8,
3536
"strideA1": 8,
3637
"strideA2": -2,
3738
"offsetA": 6,

lib/node_modules/@stdlib/blas/base/sger/test/fixtures/row_major_sa1_sa2n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
[ 1.0, 2.0, 3.0 ],
3333
[ 4.0, 5.0, 6.0 ]
3434
],
35+
"lda": 8,
3536
"strideA1": 8,
3637
"strideA2": -2,
3738
"offsetA": 6,

0 commit comments

Comments
 (0)