forked from APSIMInitiative/APSIM.PerformanceTests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy-pullrequest.json
57 lines (57 loc) · 1.96 KB
/
dummy-pullrequest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"Number": 1234,
"Author": null,
"DateRun": "2000-01-01T00:00:00",
"DateStatsAccepted": null,
"Files": [
{
"Name": "Test",
"Tables": [
{
"Name": "PO1",
"Variables": [
{
"Name": "A",
"Data": [
{
"Label": "Simulation: Sim1, Date: 2000-01-01",
"Predicted": 10,
"Observed": 11
},
{
"Label": "Simulation: Sim1, Date: 2000-01-02",
"Predicted": 20,
"Observed": 21
}
]
}
]
},
{
"Name": "PO2",
"Variables": [
{
"Name": "A",
"Data": [
{
"Id": 0,
"Label": "Simulation: Sim1",
"Predicted": 100,
"Observed": 110
},
{
"Id": 0,
"Label": "Simulation: Sim1",
"Predicted": 200,
"Observed": 210
}
]
}
]
}
]
}
],
"AcceptedPullRequestId": null,
"AcceptedPullRequest": null
}