File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ def benchmark_approximation_quality(
477477 formatted_time = str (datetime .timedelta (seconds = total_seconds ))
478478 end_msg = (
479479 f"\n { file_separator } \n "
480- f"Quality Benchmark over. Results in ' { output_filename } '. \n "
480+ f"Quality Benchmark over.\n "
481481 f"Total execution time: { formatted_time } \n "
482482 f"{ file_separator } "
483483 )
@@ -671,7 +671,7 @@ def benchmark_approximation_quality_with_dn(
671671 formatted_time = str (datetime .timedelta (seconds = total_seconds ))
672672 end_msg = (
673673 f"\n { file_separator } \n "
674- f"Quality Benchmark over. Results in ' { output_filename } '. \n "
674+ f"Quality Benchmark over.\n "
675675 f"Total execution time: { formatted_time } \n "
676676 f"{ file_separator } "
677677 )
@@ -879,7 +879,7 @@ def benchmark_approx_comparison(
879879 formatted_time = str (datetime .timedelta (seconds = total_seconds ))
880880 end_msg = (
881881 f"\n { file_separator } \n "
882- f"Comparison Benchmark over. Results in ' { output_filename } '. \n "
882+ f"Comparison Benchmark over.\n "
883883 f"Total execution time: { formatted_time } \n "
884884 f"{ file_separator } "
885885 )
You can’t perform that action at this time.
0 commit comments