mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 00:45:54 +00:00
Process results sorted
This commit is contained in:
@@ -97,7 +97,7 @@ class Files:
|
||||
for result_file in files_list:
|
||||
if result_file.startswith(prefix) and result_file.endswith(suffix):
|
||||
result.append(result_file)
|
||||
return result
|
||||
return sorted(result)
|
||||
|
||||
|
||||
class Symbols:
|
||||
|
Reference in New Issue
Block a user