This commit is contained in:
UmbertoJr 2019-11-18 08:31:03 +01:00
parent 9262829591
commit 3f5c42dc61
1 changed files with 2 additions and 1 deletions

3
run.py
View File

@ -47,4 +47,5 @@ def run(show_plots=False, verbose=False):
if __name__ == '__main__':
run(show_plots=False, verbose=True).to_csv("./results.csv")
df = run(show_plots=False, verbose=True)
df.to_csv("./results.csv")