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 74f819e commit 8a477b4Copy full SHA for 8a477b4
src/benchmark_utils.py
@@ -32,7 +32,7 @@ def simple_timeit(f, *args, matrix_dim=None, tries=10, task=None, trace_dir=None
32
33
if trace_dir:
34
outcomes_ms = timeit_from_trace(f, *args, matrix_dim=matrix_dim, tries=tries, task=task, trace_dir=trace_dir)
35
- if outcomes_ms:
+ if outcomes_ms is not None:
36
return outcomes_ms
37
38
outcomes_ms = []
0 commit comments