Skip to content

Commit e684c8d

Browse files
authored
Update sklbench/utils/measurement.py
1 parent 646f7a5 commit e684c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklbench/utils/measurement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def measure_time(
106106
logger.debug(f"Runtime for all {n_runs} iterations: {times}")
107107

108108
except ModuleNotFoundError:
109-
logger.debug(times)
109+
logger.debug(f"Runtime for all {n_runs} iterations: {times}")
110110
# mean, std = box_filter(times)
111111
# if std / mean > std_mean_ratio:
112112
# logger.warning(

0 commit comments

Comments
 (0)