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 8fa8b23 commit 9832bc6Copy full SHA for 9832bc6
artifacts/experiments/RQ4/generateResults.py
@@ -113,5 +113,7 @@ def main():
113
df = pd.DataFrame(val).reset_index()
114
df.to_csv(path_or_buf="artifacts/output/" + key + "_rq4.csv")
115
df.style.to_latex(buf="artifacts/output/" + key + "_rq4.tex")
116
+
117
118
if __name__ == "__main__":
119
main()
0 commit comments