Skip to content

Commit

Permalink
update eto run3
Browse files Browse the repository at this point in the history
  • Loading branch information
Weilei Zeng at qlab01 committed Sep 22, 2023
1 parent 71451cf commit a6bf2f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion processing-codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def dot_row(row):
# s += '.'
else:
s += i
# return str(row)
return s

def pretty_2D_list(table):
Expand Down Expand Up @@ -75,7 +76,7 @@ def main():
# data_folder = '../data/CSS-Codes/run2'
trash_folder = '../data/CSS-Codes/trash'
# filename_list = '../data/CSS-Codes/filelist-run1.txt'
filename_list = 'filelist-run4.txt' #./get-filelist.sh
filename_list = 'filelist-run3.txt' #./get-filelist.sh
log_file = 'run.log'

# print('data_folder:\t'+data_folder)
Expand Down Expand Up @@ -172,6 +173,7 @@ def json_test():
def database_test():
db=Database()
data_folder = '../data/CSS-Codes/run4'
data_folder = '../data/CSS-Codes/tmp'
db.create(data_folder)
#takes 30 seconds to finish

Expand Down

0 comments on commit a6bf2f4

Please sign in to comment.