Skip to content

Commit f86b505

Browse files
recursixgasse
authored andcommitted
black
1 parent ef33f1f commit f86b505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/analyze/inspect_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def summarize(sub_df, use_bootstrap=False):
297297
n_err=err.sum(skipna=True),
298298
)
299299
if "stats.cum_cost" in sub_df:
300-
record["cum_cost"]=sub_df["stats.cum_cost"].sum(skipna=True).round(4),
300+
record["cum_cost"] = (sub_df["stats.cum_cost"].sum(skipna=True).round(4),)
301301

302302
return pd.Series(record)
303303

0 commit comments

Comments
 (0)