Skip to content

Commit

Permalink
[examples] Fix missing return code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Mar 7, 2022
1 parent 7a8f5a6 commit fc6a3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gcc_autotuning/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def info(

if not dfs:
print("No results")
return

df = pd.concat(dfs)
df = df.groupby(["timestamp", "search"])[["scaled_size"]].agg(geometric_mean)
Expand Down

0 comments on commit fc6a3c1

Please sign in to comment.