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

remove unused code

parent f2244faf
......@@ -48,7 +48,6 @@ class AllocationManagement(ObjectInterruption):
G.CapacityDict=self.argumentDict['capacity']
import copy
G.CurrentCapacityDict=copy.deepcopy(G.CapacityDict)
print G.CurrentCapacityDict
G.RouteDict=self.argumentDict['MAList']
G.TargetPPOS=self.argumentDict['currentPPOS']['id']
G.TargetPPOSqty=self.argumentDict['currentPPOS']['quantity']
......
......@@ -51,10 +51,6 @@ class FutureDemandCreator():
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