This commit is contained in:
Hanzhang Ma 2024-05-10 13:28:02 +02:00
commit c4ec4590c2

View File

@ -172,8 +172,6 @@ file_list = [f for f in os.listdir(directory) if os.path.isfile(os.path.join(dir
split_files = [f.split('-') for f in file_list]
for f in split_files:
print(f[-1])
costs_files = [f for f in split_files if f[-1].endswith('costs.json')]
print(f'find costs files: {costs_files}')
overload_files = [f for f in split_files if f[-1].endswith('overload_cnt.json')]