summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-15 21:32:02 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-15 21:32:02 -0700
commit776a74ac34c556e1d421c7b1babf1282c2590851 (patch)
tree991ead8e27ddaf155c9e140d2d494df4c082cb58
parent1bfd89c336cba5f53f8a80f6dcb2aab36ec3e115 (diff)
Move benchmarks file
-rw-r--r--data/benchmarks.csv (renamed from benchmarks.csv)0
-rw-r--r--main.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks.csv b/data/benchmarks.csv
index f81c902e1..f81c902e1 100644
--- a/benchmarks.csv
+++ b/data/benchmarks.csv
diff --git a/main.py b/main.py
index d2466c9d6..7648e44cb 100644
--- a/main.py
+++ b/main.py
@@ -95,7 +95,7 @@ def ml():
for proc in procs:
proc.join()
- with open('benchmarks.csv', 'a') as save_file:
+ with open('data\\benchmarks.csv', 'a') as save_file:
# save_file.write(''.join(['ml_type,tr_size,te_size,kernel_s,',
# 'mae,time,lj_s,lj_e,date_ran\n']))
date = '/'.join([str(field) for field in time.localtime()[:3][::-1]])