Skip to content

Commit

Permalink
save to data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sahiljhawar committed May 30, 2024
1 parent 4a5ef30 commit 97d48a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def cross_match_papers(df, names):
matches = cross_match_papers(df, cleaned_names)
today = date.today().strftime("%Y-%m-%d")

with open(f"matched_authors_and_papers-{today}.json", "w") as f:
with open(f"data/matched_authors_and_papers-{today}.json", "w") as f:
json.dump(matches, f, indent=4)

print(f"Data saved to matched_authors_and_papers-{today}.json")
12 changes: 0 additions & 12 deletions matched_authors_and_papers-2024-05-30.json

This file was deleted.

0 comments on commit 97d48a4

Please sign in to comment.