We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646f7a5 commit e684c8dCopy full SHA for e684c8d
sklbench/utils/measurement.py
@@ -106,7 +106,7 @@ def measure_time(
106
logger.debug(f"Runtime for all {n_runs} iterations: {times}")
107
108
except ModuleNotFoundError:
109
- logger.debug(times)
+ logger.debug(f"Runtime for all {n_runs} iterations: {times}")
110
# mean, std = box_filter(times)
111
# if std / mean > std_mean_ratio:
112
# logger.warning(
0 commit comments