FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a1c6f7b3 authored by L. Bower's avatar L. Bower
Browse files

swapping the RIE_values.csv for RIE_values.nc reader

parent 130ced47
No related branches found
No related tags found
No related merge requests found
......@@ -287,11 +287,11 @@ def run_pipeline(pipeline_config, region, dateString, extracted = False, prevent
shutil.copy(resultFile,strain_outFile)
# todo - Add a flad to this part of the code to enable/dosable csv writing as an option
resultCSVFile = envSuitPath + 'RIE.csv'
if os.path.isfile(resultCSVFile):
strain_outFile = strain_outPath + '/RIE_value.csv'
shutil.copy(resultCSVFile,strain_outFile)
# todo - Add a flag to this part of the code to enable/disable csv writing as an option
# resultCSVFile = envSuitPath + 'RIE.csv'
# if os.path.isfile(resultCSVFile):
# strain_outFile = strain_outPath + '/RIE_value.csv'
# shutil.copy(resultCSVFile,strain_outFile)
logger.info(f"{strain} result successfully created and moved to {strain_outPath}/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment