Skip to content

Commit b7eacb0

Browse files
committed
Update openTEPES.py
1 parent fe94385 commit b7eacb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openTEPES/openTEPES.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def openTEPES_run(DirName, CaseName, SolverName, pIndOutputResults, pIndLogConso
212212
print('Writing LP file ... ', round(WritingLPFileTime), 's')
213213

214214
# there are investment decisions (it is an expansion and operation model) or there are system emission constraints
215-
oTM.ProblemSolving(DirName, CaseName, SolverName, mTEPES, mTEPES, pIndLogConsole, p, sc, st)
215+
ProblemSolving(DirName, CaseName, SolverName, mTEPES, mTEPES, pIndLogConsole, p, sc, st)
216216

217217
# generator investments or generator retirements, or line investments
218218
elif ( len(mTEPES.eb) > 0 and mTEPES.pIndBinGenInvest() < 2

0 commit comments

Comments
 (0)