Commit 5861301f authored by Georgios Dagkakis's avatar Georgios Dagkakis

remove unused code

parent f2244faf
......@@ -47,8 +47,7 @@ class AllocationManagement(ObjectInterruption):
def readData(self):
G.CapacityDict=self.argumentDict['capacity']
import copy
G.CurrentCapacityDict=copy.deepcopy(G.CapacityDict)
print G.CurrentCapacityDict
G.CurrentCapacityDict=copy.deepcopy(G.CapacityDict)
G.RouteDict=self.argumentDict['MAList']
G.TargetPPOS=self.argumentDict['currentPPOS']['id']
G.TargetPPOSqty=self.argumentDict['currentPPOS']['quantity']
......
......@@ -50,11 +50,7 @@ class FutureDemandCreator():
G.AllocationPPOS.append([])
G.PPOSLateness.append(0)
G.PPOSEarliness.append(0)
import copy
G.currentCapacity = copy.deepcopy(G.Capacity)
print G.currentCapacity
# PPOS initial disaggregation profile
# get a random demand profile from KE.
......
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