Ejemplo n.º 1
0
 def readCurrentRunPath(self):
     current_case = getCurrentCaseName()
     run_path = LoadResultsModel.getCurrentRunPath()
     run_path = run_path.replace("<ERTCASE>",current_case)
     run_path = run_path.replace("<ERT-CASE>",current_case)
     return run_path
Ejemplo n.º 2
0
 def readCurrentRunPath(self):
     current_case = getCurrentCaseName()
     run_path = LoadResultsModel.getCurrentRunPath()
     run_path = run_path.replace("<ERTCASE>",current_case)
     run_path = run_path.replace("<ERT-CASE>",current_case)
     return run_path