diff --git a/run_MAP.py b/run_MAP.py index f8ba5a81b68fb617dbc5d70abee0560653f4bf74..733f52594de765d4d47e6af5a9e13ac02bde1936 100644 --- a/run_MAP.py +++ b/run_MAP.py @@ -71,8 +71,6 @@ units = {'L': 1, 'Q': 1, 'A': 1, 'V': 1, 'label_L': '(m)', 'label_Q': '(m3/s)', with open(os.getcwd()+'\\path_file.txt', 'r') as f: path_window = f.readlines(0) - -# path_results = r'C:\Users\blaise.calmel\Documents\2_QRev_updates\6_Update_qrev\Results' path_results = path_cwd + '\Results' if not os.path.exists(path_results): os.makedirs(path_results)