Skip to content

Commit f37f04d

Browse files
committed
add numeric strings in box_precomputed-stats mock
1 parent a09806a commit f37f04d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/image/mocks/box_precomputed-stats.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"type": "box",
55
"name": "[V] just q1/median/q3",
66
"offsetgroup": "1",
7-
"q1": [ 1, 2, 1 ],
8-
"median": [ 2, 3, 2 ],
9-
"q3": [ 3, 4, 3 ]
7+
"q1": [ 1, "2", 1 ],
8+
"median": [ 2, 3, "2" ],
9+
"q3": [ "3", 4, 3 ]
1010
},
1111
{
1212
"type": "box",
@@ -15,8 +15,8 @@
1515
"q1": [ 1, 2, 1 ],
1616
"median": [ 2, 3, 2 ],
1717
"q3": [ 3, 4, 3 ],
18-
"lowerfence": [ 0, 1, 0 ],
19-
"upperfence": [ 4, 5, 4 ]
18+
"lowerfence": [ 0, "1", 0 ],
19+
"upperfence": [ 4, 5, "4" ]
2020
},
2121
{
2222
"type": "box",
@@ -27,9 +27,9 @@
2727
"q3": [ 3, 4, 3 ],
2828
"lowerfence": [ 0, 1, 0 ],
2929
"upperfence": [ 4, 5, 4 ],
30-
"mean": [ 2.2, 2.8, 2.2 ],
31-
"sd": [ 0.4, 0.4, 0.4 ],
32-
"notchspan": [ 0.2, 0.1, 0.2 ]
30+
"mean": [ 2.2, 2.8, "2.2" ],
31+
"sd": [ "0.4", 0.4, 0.4 ],
32+
"notchspan": [ 0.2, "0.1", 0.2 ]
3333
},
3434
{
3535
"type": "box",

0 commit comments

Comments
 (0)