Skip to content

Commit 45430cf

Browse files
committed
add some more agg tests
1 parent 639ab02 commit 45430cf

File tree

6 files changed

+130
-0
lines changed

6 files changed

+130
-0
lines changed

pyth/tests/qset/31.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"exponent": -8,
3+
"quotes": [
4+
{
5+
"price": 4329605500000,
6+
"conf": 1486500000
7+
},
8+
{
9+
"price": 4325720000000,
10+
"conf": 1290000000
11+
},
12+
{
13+
"price": 43254,
14+
"conf": 1
15+
},
16+
{
17+
"price": 4329150000000,
18+
"conf": 1500000000
19+
},
20+
{
21+
"price": 4329999999999,
22+
"conf": 3999999999
23+
},
24+
{
25+
"price": 4331609000000,
26+
"conf": 2422000000
27+
},
28+
{
29+
"price": 4329198852938,
30+
"conf": 3044669090
31+
},
32+
{
33+
"price": 0,
34+
"conf": 200000000
35+
},
36+
{
37+
"price": 4327900000000,
38+
"conf": 2000000000
39+
},
40+
{
41+
"price": 4332090000000,
42+
"conf": 1000000
43+
}
44+
]
45+
}

pyth/tests/qset/31.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"exponent":-8,"price":42089,"conf":2164588150000}

pyth/tests/qset/32.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"exponent": -8,
3+
"quotes": [
4+
{
5+
"price": 4329605500000,
6+
"conf": 1486500000
7+
},
8+
{
9+
"price": 4325720000000,
10+
"conf": 1290000000
11+
},
12+
{
13+
"price": 4329150000000,
14+
"conf": 1500000000
15+
},
16+
{
17+
"price": 4329999999999,
18+
"conf": 3999999999
19+
},
20+
{
21+
"price": 4331609000000,
22+
"conf": 2422000000
23+
},
24+
{
25+
"price": 4329198852938,
26+
"conf": 3044669090
27+
},
28+
{
29+
"price": 0,
30+
"conf": 200000000
31+
},
32+
{
33+
"price": 4327900000000,
34+
"conf": 2000000000
35+
},
36+
{
37+
"price": 4332090000000,
38+
"conf": 1000000
39+
}
40+
]
41+
}

pyth/tests/qset/32.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"exponent":-8,"price":4329782800000,"conf":2616650000}

pyth/tests/qset/33.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"exponent": -8,
3+
"quotes": [
4+
{
5+
"price": 4329605500000,
6+
"conf": 1486500000
7+
},
8+
{
9+
"price": 4325720000000,
10+
"conf": 1290000000
11+
},
12+
{
13+
"price": 43254,
14+
"conf": 1
15+
},
16+
{
17+
"price": 4329150000000,
18+
"conf": 1500000000
19+
},
20+
{
21+
"price": 4329999999999,
22+
"conf": 3999999999
23+
},
24+
{
25+
"price": 4331609000000,
26+
"conf": 2422000000
27+
},
28+
{
29+
"price": 4329198852938,
30+
"conf": 3044669090
31+
},
32+
{
33+
"price": 4327900000000,
34+
"conf": 2000000000
35+
},
36+
{
37+
"price": 4332090000000,
38+
"conf": 1000000
39+
}
40+
]
41+
}

pyth/tests/qset/33.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"exponent":-8,"price":4329782800000,"conf":2616650000}

0 commit comments

Comments
 (0)