make_summary_file¶
- make_summary_file(res_dir, summary_file='summary.csv', report_file='report.csv')¶
Writes a file including a summary table with all the inputs evaluated and their corresponding outputs.
- Parameters:
- res_dirstr
Path where the temporary work files have beend created.
- summary_filestr
Name of the summary file created.
- report_filestr
Name of the files generated by the static method make_report_file.