Skip to content

Commit 0a4e643

Browse files
Shabareesh ShettyShabareesh Shetty
authored andcommitted
test: update fixtures
--- 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 4d5a16f commit 0a4e643

37 files changed

+146
-148
lines changed

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_cc_l_nt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
19-
[ 1.0, 0.0, 0.0 ],
20-
[ 1.0, 1.0, 0.0 ],
19+
[ 1.0, 1.0, 1.0 ],
20+
[ 1.0, 1.0, 1.0 ],
2121
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 1,
2424
"strideC2": 3,
2525
"offsetC": 0,
26-
"C_out": [ 15.0, 33.0, 51.0, 0.0, 78.0, 123.0, 0.0, 0.0, 195.0 ]
26+
"C_out": [ 15.0, 33.0, 51.0, 1.0, 78.0, 123.0, 1.0, 1.0, 195.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_cc_l_t.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
19-
[ 1.0, 0.0, 0.0 ],
20-
[ 1.0, 1.0, 0.0 ],
19+
[ 1.0, 1.0, 1.0 ],
20+
[ 1.0, 1.0, 1.0 ],
2121
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 1,
2424
"strideC2": 3,
2525
"offsetC": 0,
26-
"C_out": [ 67.0, 79.0, 91.0, 0.0, 94.0, 109.0, 0.0, 0.0, 127.0 ]
26+
"C_out": [ 67.0, 79.0, 91.0, 1.0, 94.0, 109.0, 1.0, 1.0, 127.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_cc_u_nt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
1919
[ 1.0, 1.0, 1.0 ],
20-
[ 0.0, 1.0, 1.0 ],
21-
[ 0.0, 0.0, 1.0 ]
20+
[ 1.0, 1.0, 1.0 ],
21+
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 1,
2424
"strideC2": 3,
2525
"offsetC": 0,
26-
"C_out": [ 15.0, 0.0, 0.0, 33.0, 78.0, 0.0, 51.0, 123.0, 195.0 ]
26+
"C_out": [ 15.0, 1.0, 1.0, 33.0, 78.0, 1.0, 51.0, 123.0, 195.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_cc_u_t.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
1919
[ 1.0, 1.0, 1.0 ],
20-
[ 0.0, 1.0, 1.0 ],
21-
[ 0.0, 0.0, 1.0 ]
20+
[ 1.0, 1.0, 1.0 ],
21+
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 1,
2424
"strideC2": 3,
2525
"offsetC": 0,
26-
"C_out": [ 67.0, 0.0, 0.0, 79.0, 94.0, 0.0, 91.0, 109.0, 127.0 ]
26+
"C_out": [ 67.0, 1.0, 1.0, 79.0, 94.0, 1.0, 91.0, 109.0, 127.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_rc_l_nt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
19-
[ 1.0, 0.0, 0.0 ],
20-
[ 1.0, 1.0, 0.0 ],
19+
[ 1.0, 1.0, 1.0 ],
20+
[ 1.0, 1.0, 1.0 ],
2121
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 3,
2424
"strideC2": 1,
2525
"offsetC": 0,
26-
"C_out": [ 15.0, 0.0, 0.0, 33.0, 78.0, 0.0, 51.0, 123.0, 195.0 ]
26+
"C_out": [ 15.0, 1.0, 1.0, 33.0, 78.0, 1.0, 51.0, 123.0, 195.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_rc_l_t.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
19-
[ 1.0, 0.0, 0.0 ],
20-
[ 1.0, 1.0, 0.0 ],
19+
[ 1.0, 1.0, 1.0 ],
20+
[ 1.0, 1.0, 1.0 ],
2121
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 3,
2424
"strideC2": 1,
2525
"offsetC": 0,
26-
"C_out": [ 67.0, 0.0, 0.0, 79.0, 94.0, 0.0, 91.0, 109.0, 127.0 ]
26+
"C_out": [ 67.0, 1.0, 1.0, 79.0, 94.0, 1.0, 91.0, 109.0, 127.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_rc_u_nt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
1919
[ 1.0, 1.0, 1.0 ],
20-
[ 0.0, 1.0, 1.0 ],
21-
[ 0.0, 0.0, 1.0 ]
20+
[ 1.0, 1.0, 1.0 ],
21+
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 3,
2424
"strideC2": 1,
2525
"offsetC": 0,
26-
"C_out": [ 15.0, 33.0, 51.0, 0.0, 78.0, 123.0, 0.0, 0.0, 195.0 ]
26+
"C_out": [ 15.0, 33.0, 51.0, 1.0, 78.0, 123.0, 1.0, 1.0, 195.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/ca_rc_u_t.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"strideA2": 3,
1515
"offsetA": 0,
1616
"beta": 1.0,
17-
"C": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
17+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1818
"C_mat": [
1919
[ 1.0, 1.0, 1.0 ],
20-
[ 0.0, 1.0, 1.0 ],
21-
[ 0.0, 0.0, 1.0 ]
20+
[ 1.0, 1.0, 1.0 ],
21+
[ 1.0, 1.0, 1.0 ]
2222
],
2323
"strideC1": 3,
2424
"strideC2": 1,
2525
"offsetC": 0,
26-
"C_out": [ 67.0, 79.0, 91.0, 0.0, 94.0, 109.0, 0.0, 0.0, 127.0 ]
26+
"C_out": [ 67.0, 79.0, 91.0, 1.0, 94.0, 109.0, 1.0, 1.0, 127.0 ]
2727
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/column_major_l_nt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
],
1414
"lda": 3,
1515
"beta": 1.0,
16-
"C": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
16+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1717
"C_mat": [
18-
[ 1.0, 0.0, 0.0 ],
19-
[ 1.0, 1.0, 0.0 ],
18+
[ 1.0, 1.0, 1.0 ],
19+
[ 1.0, 1.0, 1.0 ],
2020
[ 1.0, 1.0, 1.0 ]
2121
],
2222
"ldc": 3,
23-
"C_out": [ 15.0, 33.0, 51.0, 0.0, 78.0, 123.0, 0.0, 0.0, 195.0 ]
23+
"C_out": [ 15.0, 33.0, 51.0, 1.0, 78.0, 123.0, 1.0, 1.0, 195.0 ]
2424
}

lib/node_modules/@stdlib/blas/base/dsyrk/test/fixtures/column_major_l_t.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
],
1414
"lda": 3,
1515
"beta": 1.0,
16-
"C": [ 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0 ],
16+
"C": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ],
1717
"C_mat": [
18-
[ 1.0, 0.0, 0.0 ],
19-
[ 1.0, 1.0, 0.0 ],
18+
[ 1.0, 1.0, 1.0 ],
19+
[ 1.0, 1.0, 1.0 ],
2020
[ 1.0, 1.0, 1.0 ]
2121
],
2222
"ldc": 3,
23-
"C_out": [ 67.0, 79.0, 91.0, 0.0, 94.0, 109.0, 0.0, 0.0, 127.0 ]
23+
"C_out": [ 67.0, 79.0, 91.0, 1.0, 94.0, 109.0, 1.0, 1.0, 127.0 ]
2424
}

0 commit comments

Comments
 (0)