Skip to content

Commit c24dc8f

Browse files
author
MohamedElgammal
committed
remove a comment
1 parent 57654fc commit c24dc8f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vtr_flow/scripts/run_vtr_task.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,6 @@ def create_run_script(args, job, work_dir):
370370

371371
separator = ' '
372372
command_options_list = job.run_command()
373-
'''
374-
index = command_options_list.index('-name')
375-
del command_options_list[index]
376-
del command_options_list[index]
377-
'''
378373
command_options = separator.join(command_options_list)
379374

380375
human_readable_runtime_est = format_human_readable_time(runtime_estimate)
@@ -413,7 +408,6 @@ def ret_expected_runtime(job, work_dir):
413408
metrics = golden_results.metrics(job.arch(), job.circuit(), job.script_params())
414409
if metrics == None:
415410
metrics = golden_results.metrics(job.arch(), job.circuit(), "common")
416-
#print(metrics)
417411

418412
if "vtr_flow_elapsed_time" in metrics:
419413
seconds = float(metrics["vtr_flow_elapsed_time"])

0 commit comments

Comments
 (0)