Skip to content

Commit 8a477b4

Browse files
committed
.
1 parent 74f819e commit 8a477b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmark_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def simple_timeit(f, *args, matrix_dim=None, tries=10, task=None, trace_dir=None
3232

3333
if trace_dir:
3434
outcomes_ms = timeit_from_trace(f, *args, matrix_dim=matrix_dim, tries=tries, task=task, trace_dir=trace_dir)
35-
if outcomes_ms:
35+
if outcomes_ms is not None:
3636
return outcomes_ms
3737

3838
outcomes_ms = []

0 commit comments

Comments
 (0)