We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461ce15 commit 8fa8b23Copy full SHA for 8fa8b23
artifacts/experiments/RQ4/generateResults.py
@@ -108,10 +108,6 @@ def main():
108
df_dict[project_name] = report
109
final_report.update(report)
110
print("Completed " + project_name)
111
- # print(final_report)
112
- # df = pd.DataFrame(final_report).reset_index()
113
- # df.to_csv(path_or_buf=REPORT_NAME)
114
- # df.style.to_latex(buf=TEX_REPORT_NAME)
115
116
for key, val in df_dict.items():
117
df = pd.DataFrame(val).reset_index()
0 commit comments