Skip to content

Commit

Permalink
Merge pull request #22 from GATEOverflow/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
arjunsuresh authored Sep 5, 2024
2 parents 9a27105 + 069c2dd commit b30e51a
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 b30e51a

Please sign in to comment.