Commit 58ceb80f authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent 0e2667c3
......@@ -63,7 +63,6 @@ class BatchesShift(ReadShiftFromSpreadsheet):
# if element has no shift defined in the spreadsheet it needs to be off-shift. For this we declare a dummy
# shift that is on-shift only after the completion of simulation
if not shiftExists:
print 'Setting for', node_id
node['interruptions']=node.get('interruptions',{})
node['interruptions']['shift']={}
node['interruptions']['shift']['shiftPattern']=[[maxSimTime+1,maxSimTime+2]]
......
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