|
|
@@ -92,4 +92,4 @@ sub.to_csv(f"{path_output}/autox_{data_name}_oneclick.csv", index = False) |
|
|
|
|
|
|
|
total_time = str(datetime.timedelta(seconds=time() - start_time)) |
|
|
|
with open(f"{path_output}/{data_name}_time.txt", "w") as text_file: |
|
|
|
text_file.write(total_time) |
|
|
|
text_file.write(total_time) |