Skip to content

Commit 878d31d

Browse files
authored
Update sklbench/utils/measurement.py
1 parent e684c8d commit 878d31d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklbench/utils/measurement.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def measure_time(
104104
+ str(inners)
105105
)
106106
logger.debug(f"Runtime for all {n_runs} iterations: {times}")
107-
108107
except ModuleNotFoundError:
109108
logger.debug(f"Runtime for all {n_runs} iterations: {times}")
110109
# mean, std = box_filter(times)

0 commit comments

Comments
 (0)