Skip to content

Commit 0e102d0

Browse files
Shabareesh ShettyShabareesh Shetty
authored andcommitted
test: change fixtures structure
--- 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 040b347 commit 0e102d0

32 files changed

+226
-226
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "upper",
34
"trans": "no-transpose",
45
"diag": "unit",
5-
"uplo": "upper",
6-
"strideX": -2,
7-
"offsetA": 2,
8-
"offsetX": 4,
9-
"LDA": 4,
10-
"strideA1": 2,
11-
"strideA2": 4,
126
"N": 3,
137
"K": 1,
148
"A": [ 999.0, 999.0, 0.0, 999.0, 1.0, 999.0, 4.0, 999.0, 3.0, 999.0, 5.0, 999.0, 2.0, 999.0 ],
@@ -17,6 +11,12 @@
1711
[ 0.0, 2.0, 5.0 ],
1812
[ 0.0, 0.0, 3.0 ]
1913
],
14+
"LDA": 4,
15+
"strideA1": 2,
16+
"strideA2": 4,
17+
"offsetA": 2,
2018
"x": [ 3.0, 0.0, 2.0, 0.0, 1.0 ],
19+
"strideX": -2,
20+
"offsetX": 4,
2121
"x_out": [ 3.0, 0.0, -13.0, 0.0, 53.0 ]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "lower",
34
"trans": "no-transpose",
45
"diag": "non-unit",
5-
"uplo": "lower",
6-
"strideX": 1,
7-
"offsetA": 0,
8-
"offsetX": 0,
9-
"LDA": 2,
10-
"strideA1": 1,
11-
"strideA2": 2,
126
"N": 3,
137
"K": 1,
148
"A": [ 1.0, 2.0, 3.0, 4.0, 5.0, 0.0 ],
@@ -17,6 +11,12 @@
1711
[ 2.0, 3.0, 0.0 ],
1812
[ 0.0, 4.0, 5.0 ]
1913
],
14+
"LDA": 2,
15+
"strideA1": 1,
16+
"strideA2": 2,
17+
"offsetA": 0,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 1.0, 0.0, 0.6 ]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "lower",
34
"trans": "no-transpose",
45
"diag": "unit",
5-
"uplo": "lower",
6-
"strideX": 1,
7-
"offsetA": 0,
8-
"offsetX": 0,
9-
"LDA": 2,
10-
"strideA1": 1,
11-
"strideA2": 2,
126
"N": 3,
137
"K": 1,
148
"A": [ 1.0, 4.0, 2.0, 5.0, 3.0, 0.0 ],
@@ -17,6 +11,12 @@
1711
[ 4.0, 2.0, 0.0 ],
1812
[ 0.0, 5.0, 3.0 ]
1913
],
14+
"LDA": 2,
15+
"strideA1": 1,
16+
"strideA2": 2,
17+
"offsetA": 0,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 1.0, -2.0, 13.0 ]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "lower",
34
"trans": "transpose",
45
"diag": "non-unit",
5-
"uplo": "lower",
6-
"strideX": 1,
7-
"offsetA": 0,
8-
"offsetX": 0,
9-
"LDA": 2,
10-
"strideA1": 1,
11-
"strideA2": 2,
126
"N": 3,
137
"K": 1,
148
"A": [ 1.0, 4.0, 2.0, 5.0, 3.0, 0.0 ],
@@ -17,6 +11,12 @@
1711
[ 4.0, 2.0, 0.0 ],
1812
[ 0.0, 5.0, 3.0 ]
1913
],
14+
"LDA": 2,
15+
"strideA1": 1,
16+
"strideA2": 2,
17+
"offsetA": 0,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 7.0, -1.5, 1.0 ]
2222
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"order": "column-major",
3+
"uplo": "lower",
34
"trans": "transpose",
45
"diag": "unit",
5-
"uplo": "lower",
6-
"strideX": 1,
7-
"offsetA": 0,
8-
"offsetX": 0,
9-
"LDA": 2,
10-
"strideA1": 1,
11-
"strideA2": 2,
12-
"N": 3,
13-
"K": 1,
146
"A": [ 1.0, 4.0, 2.0, 5.0, 3.0, 0.0 ],
157
"A_mat": [
168
[ 1.0, 0.0, 0.0 ],
179
[ 4.0, 2.0, 0.0 ],
1810
[ 0.0, 5.0, 3.0 ]
1911
],
12+
"LDA": 2,
13+
"strideA1": 1,
14+
"strideA2": 2,
15+
"offsetA": 0,
16+
"N": 3,
17+
"K": 1,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 53.0, -13.0, 3.0 ]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "upper",
34
"trans": "no-transpose",
45
"diag": "unit",
5-
"uplo": "upper",
6-
"strideX": 1,
7-
"offsetA": 2,
8-
"offsetX": 0,
9-
"LDA": 2,
10-
"strideA1": 1,
11-
"strideA2": 2,
126
"N": 3,
137
"K": 1,
148
"A": [ 999.0, 999.0, 0.0, 1.0, 4.0, 2.0, 5.0, 3.0 ],
@@ -17,6 +11,12 @@
1711
[ 0.0, 2.0, 5.0 ],
1812
[ 0.0, 0.0, 3.0 ]
1913
],
14+
"LDA": 2,
15+
"strideA1": 1,
16+
"strideA2": 2,
17+
"offsetA": 2,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 53.0, -13.0, 3.0 ]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "upper",
34
"trans": "no-transpose",
45
"diag": "unit",
5-
"uplo": "upper",
6-
"strideX": 1,
7-
"offsetA": 0,
8-
"offsetX": 0,
9-
"LDA": 4,
10-
"strideA1": 2,
11-
"strideA2": 4,
126
"N": 3,
137
"K": 1,
148
"A": [ 0.0, 999.0, 3.0, 999.0, 4.0, 999.0, 1.0, 999.0, 5.0, 999.0, 2.0, 999.0 ],
@@ -17,6 +11,12 @@
1711
[ 0.0, 2.0, 5.0 ],
1812
[ 0.0, 0.0, 3.0 ]
1913
],
14+
"LDA": 4,
15+
"strideA1": 2,
16+
"strideA2": 4,
17+
"offsetA": 0,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 53.0, -13.0, 3.0 ]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "upper",
34
"trans": "no-transpose",
45
"diag": "unit",
5-
"uplo": "upper",
6-
"strideX": 1,
7-
"offsetA": 6,
8-
"offsetX": 0,
9-
"LDA": 3,
10-
"strideA1": 2,
11-
"strideA2": -3,
126
"N": 3,
137
"K": 1,
148
"A": [ 0.0, 999.0, 2.0, 999.0, 3.0, 1.0, 999.0, 5.0, 999.0, 999.0, 4.0 ],
@@ -17,6 +11,12 @@
1711
[ 0.0, 2.0, 5.0 ],
1812
[ 0.0, 0.0, 3.0 ]
1913
],
14+
"LDA": 3,
15+
"strideA1": 2,
16+
"strideA2": -3,
17+
"offsetA": 6,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 53.0, -13.0, 3.0 ]
2222
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"order": "column-major",
3+
"uplo": "upper",
34
"trans": "no-transpose",
45
"diag": "unit",
5-
"uplo": "upper",
6-
"strideX": 1,
7-
"offsetA": 8,
8-
"offsetX": 0,
9-
"LDA": 4,
10-
"strideA1": -2,
11-
"strideA2": 4,
126
"N": 3,
137
"K": 1,
148
"A": [ 999.0, 999.0, 999.0, 999.0, 4.0, 999.0, 3.0, 999.0, 5.0, 999.0, 1.0, 999.0, 2.0, 999.0, 0.0 ],
@@ -17,6 +11,12 @@
1711
[ 0.0, 2.0, 5.0 ],
1812
[ 0.0, 0.0, 3.0 ]
1913
],
14+
"LDA": 4,
15+
"strideA1": -2,
16+
"strideA2": 4,
17+
"offsetA": 8,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 53.0, -13.0, 3.0 ]
2222
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
"trans": "no-transpose",
44
"diag": "unit",
55
"uplo": "upper",
6-
"strideX": 1,
7-
"offsetA": 8,
8-
"offsetX": 0,
9-
"LDA": 3,
10-
"strideA1": -2,
11-
"strideA2": -3,
126
"N": 3,
137
"K": 1,
148
"A": [ 3.0, 0.0, 2.0, 5.0, 999.0, 1.0, 4.0 ],
@@ -17,6 +11,12 @@
1711
[ 0.0, 2.0, 5.0 ],
1812
[ 0.0, 0.0, 3.0 ]
1913
],
14+
"LDA": 3,
15+
"strideA1": -2,
16+
"strideA2": -3,
17+
"offsetA": 8,
2018
"x": [ 1.0, 2.0, 3.0 ],
19+
"strideX": 1,
20+
"offsetX": 0,
2121
"x_out": [ 11.0, -10.0, 3.0 ]
2222
}

0 commit comments

Comments
 (0)