Skip to content

Commit f6c6967

Browse files
authored
Update sklbench/utils/measurement.py
1 parent 7796f95 commit f6c6967

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
@@ -105,7 +105,7 @@ def measure_time(
105105
)
106106
logger.debug(times)
107107
except ModuleNotFoundError:
108-
pass
108+
logger.debug(times)
109109
# mean, std = box_filter(times)
110110
# if std / mean > std_mean_ratio:
111111
# logger.warning(

0 commit comments

Comments
 (0)