Skip to content

Commit

Permalink
Merge branch 'master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Sep 3, 2024
2 parents 9dbd46f + 73b0279 commit 32cdf40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/submission/generate_final_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def main():

df = pd.read_csv(args.input).fillna('')

if df.empty:
return

# rename some fields
df.rename(
columns={
Expand Down

0 comments on commit 32cdf40

Please sign in to comment.