Commit f2244faf authored by Georgios Dagkakis's avatar Georgios Dagkakis

FutureDemandCreature to search for the right sheet from KE

parent ec08164e
...@@ -73,7 +73,7 @@ class FutureDemandCreator(): ...@@ -73,7 +73,7 @@ class FutureDemandCreator():
pProf = [] pProf = []
else: else:
#sh = wbin.sheet_by_name('Future_Profile') #sh = wbin.sheet_by_name('Future_Profile')
sh = wbin.sheet_by_name('Future'+str(G.replication+1)) sh = wbin.sheet_by_name('Future1')
fut = 1 fut = 1
fProf = [] fProf = []
......
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