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 7a8f5a6 commit fc6a3c1Copy full SHA for fc6a3c1
examples/gcc_autotuning/info.py
@@ -52,6 +52,7 @@ def info(
52
53
if not dfs:
54
print("No results")
55
+ return
56
57
df = pd.concat(dfs)
58
df = df.groupby(["timestamp", "search"])[["scaled_size"]].agg(geometric_mean)
0 commit comments