Skip to content

Commit 8fa8b23

Browse files
Alekh MekaAlekh Meka
authored andcommitted
Final updates to scripts
1 parent 461ce15 commit 8fa8b23

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

artifacts/experiments/RQ4/generateResults.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ def main():
108108
df_dict[project_name] = report
109109
final_report.update(report)
110110
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)
115111

116112
for key, val in df_dict.items():
117113
df = pd.DataFrame(val).reset_index()

0 commit comments

Comments
 (0)