Skip to content

Commit a5c4abd

Browse files
committed
chore: formatting fixtures json
--- 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 6bb91d9 commit a5c4abd

File tree

10 files changed

+36
-36
lines changed

10 files changed

+36
-36
lines changed

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/large_strides/column_major.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"A": [
44
1,
55
9999.0,
6-
2,
6+
2.0,
77
9999.0,
88
0.0,
99
9999.0,
10-
3,
10+
3.0,
1111
9999.0,
12-
4,
12+
4.0,
1313
9999.0,
1414
0.0,
1515
9999.0

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/large_strides/row_major.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"order": "row-major",
33
"A": [
4-
1,
4+
1.0,
55
9999.0,
6-
2,
6+
2.0,
77
9999.0,
8-
3,
8+
3.0,
99
9999.0,
10-
4,
10+
4.0,
1111
9999.0,
1212
0.0,
1313
9999.0,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/mixed_strides/column_major.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"order": "column-major",
33
"A": [
4-
3,
5-
4,
4+
3.0,
5+
4.0,
66
0.0,
7-
1,
8-
2,
9-
0
7+
1.0,
8+
2.0,
9+
0.0
1010
],
1111
"M": 3,
1212
"N": 2,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/mixed_strides/row_major.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"A": [
44
0.0,
55
0.0,
6-
3,
7-
4,
8-
1,
9-
2
6+
3.0,
7+
4.0,
8+
1.0,
9+
2.0
1010
],
1111
"M": 3,
1212
"N": 2,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/negative_strides/column_major.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"order": "column-major",
33
"A": [
44
0.0,
5-
4,
6-
3,
5+
4.0,
6+
3.0,
77
0.0,
8-
2,
9-
1
8+
2.0,
9+
1.0
1010
],
1111
"M": 3,
1212
"N": 2,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/negative_strides/row_major.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"A": [
44
0.0,
55
0.0,
6-
4,
7-
3,
8-
2,
9-
1
6+
4.0,
7+
3.0,
8+
2.0,
9+
1.0
1010
],
1111
"M": 3,
1212
"N": 2,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/offsets/column_major.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"order": "column-major",
33
"A": [
44
9999.0,
5-
1,
6-
2,
5+
1.0,
6+
2.0,
77
0.0,
8-
3,
9-
4,
10-
0
8+
3.0,
9+
4.0,
10+
0.0
1111
],
1212
"M": 3,
1313
"N": 2,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/offsets/column_major_zeros.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
0.0,
88
0.0,
99
0.0,
10-
0
10+
0.0
1111
],
1212
"M": 3,
1313
"N": 2,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/offsets/row_major.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"order": "row-major",
33
"A": [
44
9999.0,
5-
1,
6-
2,
7-
3,
8-
4,
5+
1.0,
6+
2.0,
7+
3.0,
8+
4.0,
99
0.0,
10-
0
10+
0.0
1111
],
1212
"M": 3,
1313
"N": 2,

lib/node_modules/@stdlib/lapack/base/iladlr/test/fixtures/offsets/row_major_zeros.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
0.0,
88
0.0,
99
0.0,
10-
0
10+
0.0
1111
],
1212
"M": 3,
1313
"N": 2,

0 commit comments

Comments
 (0)