Skip to content

Commit a55b9a9

Browse files
committed
test: add complex access 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_pkg_readmes status: na - task: lint_markdown_docs status: na - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 1b4141f commit a55b9a9

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"M": 2,
3+
"N": 3,
4+
"alpha": [ 0.5, 0.5 ],
5+
"x": [ 2.0, 2.0, 1.0, 1.0 ],
6+
"strideX": -1,
7+
"offsetX": 1,
8+
"y": [ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
9+
"strideY": -1,
10+
"offsetY": 2,
11+
"A": [ 0.0, 0.0, 6.0, 6.0, 0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ],
12+
"A_mat": [
13+
[ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
14+
[ 4.0, 4.0, 5.0, 5.0, 6.0, 6.0 ]
15+
],
16+
"strideA1": -3,
17+
"strideA2": -7,
18+
"offsetA": 18,
19+
"A_out": [ 0.0, 0.0, 8.0, 8.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 9.0, 9.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0 ]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"M": 2,
3+
"N": 3,
4+
"alpha": [ 0.5, 0.5 ],
5+
"x": [ 2.0, 2.0, 1.0, 1.0 ],
6+
"strideX": -1,
7+
"offsetX": 1,
8+
"y": [ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
9+
"strideY": -1,
10+
"offsetY": 2,
11+
"A": [ 0.0, 0.0, 0.0, 0.0, 6.0, 6.0, 0.0, 0.0, 0.0, 0.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ],
12+
"A_mat": [
13+
[ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
14+
[ 4.0, 4.0, 5.0, 5.0, 6.0, 6.0 ]
15+
],
16+
"strideA1": -7,
17+
"strideA2": -3,
18+
"offsetA": 15,
19+
"A_out": [ 0.0, 0.0, 0.0, 0.0, 8.0, 8.0, 0.0, 0.0, 0.0, 0.0, 9.0, 9.0, 0.0, 0.0, 0.0, 0.0, 10.0, 10.0, 4.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0, 0.0, 0.0, 0.0, 0.0, 4.0, 4.0 ]
20+
}

0 commit comments

Comments
 (0)