Skip to content

Commit

Permalink
Merge pull request #22 from databridgevt/fix_kaggle_clean
Browse files Browse the repository at this point in the history
look in pdf_json folder bc of new kaggle version
  • Loading branch information
chendaniely committed Apr 9, 2020
2 parents 2e588ca + 6f662ea commit 4bb4f15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions analysis/db/dan/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ def extract_paper_data(json_pth):
)
return(paper_data)

p = here()

fs = here("./data/db/original/kaggle/comm_use_subset/comm_use_subset").iterdir()
fs = here("./data/db/original/kaggle/comm_use_subset/comm_use_subset/pdf_json").iterdir()

# fs = list(fs)
fs = list(fs)
Expand Down

0 comments on commit 4bb4f15

Please sign in to comment.