Skip to content

Commit f753834

Browse files
committed
test: add ndarray tests
--- 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 59bed29 commit f753834

33 files changed

+2136
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"order": "column-major",
3+
"N": 3,
4+
"H": [
5+
1,
6+
9999,
7+
2,
8+
9999,
9+
0,
10+
9999,
11+
3,
12+
9999,
13+
4,
14+
9999,
15+
5,
16+
9999,
17+
2,
18+
9999,
19+
6,
20+
9999,
21+
7,
22+
9999
23+
],
24+
"strideH1": 2,
25+
"strideH2": 6,
26+
"offsetH": 0,
27+
"LDH": 3,
28+
"H_mat": [
29+
[
30+
1,
31+
3,
32+
2
33+
],
34+
[
35+
2,
36+
4,
37+
6
38+
],
39+
[
40+
0,
41+
5,
42+
7
43+
]
44+
],
45+
"V": [
46+
0,
47+
9999,
48+
0,
49+
9999,
50+
0,
51+
9999
52+
],
53+
"strideV": 2,
54+
"offsetV": 0,
55+
"sr1": 1.5,
56+
"si1": 1,
57+
"sr2": 2.5,
58+
"si2": 2,
59+
"V_out": [
60+
0.8636363636363635,
61+
9999,
62+
0.36363636363636365,
63+
9999,
64+
1.8181818181818183,
65+
9999
66+
]
67+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"order": "row-major",
3+
"N": 3,
4+
"H": [
5+
1,
6+
9999,
7+
3,
8+
9999,
9+
2,
10+
9999,
11+
0,
12+
9999,
13+
4,
14+
9999,
15+
6,
16+
9999,
17+
0,
18+
9999,
19+
5,
20+
9999,
21+
7,
22+
9999
23+
],
24+
"strideH1": 6,
25+
"strideH2": 2,
26+
"offsetH": 0,
27+
"LDH": 3,
28+
"H_mat": [
29+
[
30+
1,
31+
3,
32+
2
33+
],
34+
[
35+
0,
36+
4,
37+
6
38+
],
39+
[
40+
0,
41+
5,
42+
7
43+
]
44+
],
45+
"V": [
46+
0,
47+
9999,
48+
0,
49+
9999,
50+
0,
51+
9999
52+
],
53+
"strideV": 2,
54+
"offsetV": 0,
55+
"sr1": 1.5,
56+
"si1": 1,
57+
"sr2": 1,
58+
"si2": 0,
59+
"V_out": [
60+
0,
61+
9999,
62+
0,
63+
9999,
64+
0,
65+
9999
66+
]
67+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"order": "column-major",
3+
"N": 3,
4+
"H": [
5+
1,
6+
9999,
7+
0,
8+
9999,
9+
0,
10+
9999,
11+
3,
12+
9999,
13+
4,
14+
9999,
15+
5,
16+
9999,
17+
2,
18+
9999,
19+
6,
20+
9999,
21+
7,
22+
9999
23+
],
24+
"strideH1": 2,
25+
"strideH2": 6,
26+
"offsetH": 0,
27+
"LDH": 3,
28+
"H_mat": [
29+
[
30+
1,
31+
3,
32+
2
33+
],
34+
[
35+
0,
36+
4,
37+
6
38+
],
39+
[
40+
0,
41+
5,
42+
7
43+
]
44+
],
45+
"V": [
46+
0,
47+
9999,
48+
0,
49+
9999,
50+
0,
51+
9999
52+
],
53+
"strideV": 2,
54+
"offsetV": 0,
55+
"sr1": 1.5,
56+
"si1": 1,
57+
"sr2": 1,
58+
"si2": 0,
59+
"V_out": [
60+
0,
61+
9999,
62+
0,
63+
9999,
64+
0,
65+
9999
66+
]
67+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"order": "row-major",
3+
"N": 3,
4+
"H": [
5+
1,
6+
9999,
7+
3,
8+
9999,
9+
2,
10+
9999,
11+
2,
12+
9999,
13+
4,
14+
9999,
15+
6,
16+
9999,
17+
0,
18+
9999,
19+
5,
20+
9999,
21+
7,
22+
9999
23+
],
24+
"strideH1": 6,
25+
"strideH2": 2,
26+
"offsetH": 0,
27+
"LDH": 3,
28+
"H_mat": [
29+
[
30+
1,
31+
3,
32+
2
33+
],
34+
[
35+
2,
36+
4,
37+
6
38+
],
39+
[
40+
0,
41+
5,
42+
7
43+
]
44+
],
45+
"V": [
46+
0,
47+
9999,
48+
0,
49+
9999,
50+
0,
51+
9999
52+
],
53+
"strideV": 2,
54+
"offsetV": 0,
55+
"sr1": 1.5,
56+
"si1": 1,
57+
"sr2": 2.5,
58+
"si2": 2,
59+
"V_out": [
60+
0.8636363636363635,
61+
9999,
62+
0.36363636363636365,
63+
9999,
64+
1.8181818181818183,
65+
9999
66+
]
67+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"order": "column-major",
3+
"N": 2,
4+
"H": [
5+
1,
6+
9999,
7+
3,
8+
9999,
9+
2,
10+
9999,
11+
4,
12+
9999
13+
],
14+
"strideH1": 2,
15+
"strideH2": 4,
16+
"offsetH": 0,
17+
"LDH": 2,
18+
"H_mat": [
19+
[
20+
1,
21+
2
22+
],
23+
[
24+
3,
25+
4
26+
]
27+
],
28+
"V": [
29+
0,
30+
9999,
31+
0,
32+
9999
33+
],
34+
"strideV": 2,
35+
"offsetV": 0,
36+
"sr1": 1.5,
37+
"si1": 1,
38+
"sr2": 1,
39+
"si2": 2,
40+
"V_out": [
41+
0.7999999999999999,
42+
9999,
43+
1.5,
44+
9999
45+
]
46+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"order": "row-major",
3+
"N": 2,
4+
"H": [
5+
1,
6+
9999,
7+
2,
8+
9999,
9+
3,
10+
9999,
11+
4,
12+
9999
13+
],
14+
"strideH1": 4,
15+
"strideH2": 2,
16+
"offsetH": 0,
17+
"LDH": 2,
18+
"H_mat": [
19+
[
20+
1,
21+
2
22+
],
23+
[
24+
3,
25+
4
26+
]
27+
],
28+
"V": [
29+
0,
30+
9999,
31+
0,
32+
9999
33+
],
34+
"strideV": 2,
35+
"offsetV": 0,
36+
"sr1": 1.5,
37+
"si1": 1,
38+
"sr2": 1,
39+
"si2": 2,
40+
"V_out": [
41+
0.7999999999999999,
42+
9999,
43+
1.5,
44+
9999
45+
]
46+
}

0 commit comments

Comments
 (0)