Skip to content

Commit f1c882b

Browse files
Update preprocess submission
1 parent d7f6744 commit f1c882b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/submission/preprocess_submission.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,8 @@ def change_folder_name_in_path(path, old_folder_name, new_folder_name):
141141

142142

143143
def clean_model_dir(model_results_dir):
144-
model_measurements_dir = change_folder_name_in_path(
145-
model_results_dir, "results", "measurements")
146-
model_compliance_dir = change_folder_name_in_path(
147-
model_results_dir, "results", "compliance")
144+
model_measurements_dir = model_results_dir
145+
model_compliance_dir = model_results_dir
148146

149147
print(f"rmtree {model_results_dir}")
150148
if os.path.exists(model_results_dir):

0 commit comments

Comments
 (0)