run
This commit is contained in:
parent
9262829591
commit
3f5c42dc61
1 changed files with 2 additions and 1 deletions
3
run.py
3
run.py
|
@ -47,4 +47,5 @@ def run(show_plots=False, verbose=False):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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")
|
||||||
|
|
Reference in a new issue