Commit 62be13bb authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in CapacityStationController

parent 0963f6f3
......@@ -44,6 +44,7 @@ class CapacityStationController(EventGenerator):
# attribute that shows if we prioritize entities that can finish work in this station in the next interval
self.prioritizeIfCanFinish=bool(int(prioritizeIfCanFinish))
# the total assemblySpace in the system
if hasattr(G, 'extraPropertyDict'):
self.assemblySpace=float(G.extraPropertyDict.get('assemblySpace', float('inf')))
self.method=self.steps
......
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