Skip to content
Snippets Groups Projects
Commit 49a00c24 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Reintroduce removal of temporary files

parent 41c1c60a
No related branches found
No related tags found
Loading
Pipeline #5990 passed
...@@ -348,6 +348,8 @@ if __name__ == "__main__": ...@@ -348,6 +348,8 @@ if __name__ == "__main__":
shutil.copy(query_template, result_mapfile_year_dir) shutil.copy(query_template, result_mapfile_year_dir)
shutil.copy(query_template_temperature, result_mapfile_year_dir) shutil.copy(query_template_temperature, result_mapfile_year_dir)
remove_temporary_files()
end_time = time.time() end_time = time.time()
logging.info( logging.info(
f"End model {model_id} - Execution time: {'{:.2f} seconds'.format(end_time - start_time)}" f"End model {model_id} - Execution time: {'{:.2f} seconds'.format(end_time - start_time)}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment