Commit 67ddcf5c authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

change in Exit to output dailyThroughputList. Dump updated

parent 10a3b9aa
...@@ -215,7 +215,7 @@ class Exit(CoreObject): ...@@ -215,7 +215,7 @@ class Exit(CoreObject):
json['results']['unitsThroughput']=self.totalNumberOfUnitsExited json['results']['unitsThroughput']=self.totalNumberOfUnitsExited
if len(self.intervalThroughPutList): #output this only if there is an interval throughput if len(self.intervalThroughPutList): #output this only if there is an interval throughput
#TODO - check how to output in stochastic cases #TODO - check how to output in stochastic cases
json['results']['dailyThroughputList']=self.intervalThroughPutList json['results']['intervalThroughputList']=self.intervalThroughPutList
json['results']['lifespan']=self.Lifespan[0] json['results']['lifespan']=self.Lifespan[0]
json['results']['takt_time']=self.TaktTime[0] json['results']['takt_time']=self.TaktTime[0]
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
"id": "E1", "id": "E1",
"results": { "results": {
"unitsThroughput": 28720, "unitsThroughput": 28720,
"dailyThroughputList": [ "throughput": 359,
"takt_time": 4.006963788300836,
"lifespan": 454.0,
"intervalThroughputList": [
9520, 9520,
9600, 9600,
9600 9600
], ]
"throughput": 359,
"takt_time": 4.006963788300836,
"lifespan": 454.0
} }
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment