Skip to content

Commit 980568a

Browse files
committed
generate baselines
1 parent db4912e commit 980568a

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed
Loading
31.2 KB
Loading

test/image/mocks/zz02-carpet_grid_dash.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22
"data": [
33
{
44
"type": "carpet",
5-
"a": [0, 5e-7, 0.000001],
6-
"b": [0, 500000, 1000000],
5+
"a": [
6+
0,
7+
5e-07,
8+
1e-06
9+
],
10+
"b": [
11+
0,
12+
500000,
13+
1000000
14+
],
715
"y": [
8-
[1.00000, 1.32287, 1.73205],
9-
[1.32287, 1.58113, 1.93649],
10-
[1.73205, 1.93649, 2.23606]
16+
[
17+
1,
18+
1.32287,
19+
1.73205
20+
],
21+
[
22+
1.32287,
23+
1.58113,
24+
1.93649
25+
],
26+
[
27+
1.73205,
28+
1.93649,
29+
2.23606
30+
]
1131
],
1232
"aaxis": {
1333
"minorgridcount": 3,

0 commit comments

Comments
 (0)