Commit b1f689dc authored by Georgios Dagkakis's avatar Georgios Dagkakis

change G variable name because it conflicts

parent 63367235
......@@ -221,8 +221,8 @@ print E.GoodExits
print 'PRt=',PRt/float(maxSimTime)
print 'PRg=',PRg/float(maxSimTime)
for M in [M1,M2,M3]:
G=sum(M.GoodExits)/float(len(M.GoodExits))
print 'PRg'+M.id,'=',G/float(maxSimTime)
GE=sum(M.GoodExits)/float(len(M.GoodExits))
print 'PRg'+M.id,'=',GE/float(maxSimTime)
# ExcelHandler.outputTrace('OperationalFailures')
print "running time=",time.time()-start
......
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