Skip to content

Commit

Permalink
Switch to save in excel format
Browse files Browse the repository at this point in the history
  • Loading branch information
nsorros committed Sep 12, 2023
1 parent d71acf2 commit f7d70b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/generate_grants/dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ stages:
- scripts/create_xlinear_bertmesh_comparison_csv.py
wdir: "../.."
outs:
- data/grants_comparison/comparison.csv
- data/grants_comparison/comparison.xlsx
2 changes: 1 addition & 1 deletion scripts/create_xlinear_bertmesh_comparison_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def create_comparison_csv(
)

# Output df to csv
grants_sample.to_csv(output_path, index=False)
grants_sample.to_excel(output_path, index=False)


if __name__ == "__main__":
Expand Down

0 comments on commit f7d70b0

Please sign in to comment.