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

change on countIntervalThroughput, since we output it from Exit, it shouldbe...

change on countIntervalThroughput, since we output it from Exit, it shouldbe different from different exits
parent 67ddcf5c
......@@ -177,7 +177,7 @@ def countIntervalThroughput(argumentDict={}):
totalExited=obj.totalNumberOfUnitsExited
previouslyExited=sum(obj.intervalThroughPutList)
currentExited+=totalExited-previouslyExited
obj.intervalThroughPutList.append(currentExited)
obj.intervalThroughPutList.append(currentExited)
......
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