diff options
| author | jules@lens <julescarbon@gmail.com> | 2019-05-03 19:19:59 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2019-05-03 19:19:59 +0200 |
| commit | 23b68e614f2575197e4368bd8c620400f3196dd2 (patch) | |
| tree | 07817dc6ec3dc49f6a567158fcafd1aa7bd20e8d /scraper | |
| parent | 82acdc30dacae48d3f61210cdc5dd9860b61485d (diff) | |
| parent | ec6d465aa0f0b843502f186b1437f11ac738a962 (diff) | |
Merge branch 'master' of asdf.us:megapixels_dev
Diffstat (limited to 'scraper')
| -rw-r--r-- | scraper/s2-final-report.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py index a56e030a..dc65a3a3 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -136,7 +136,6 @@ def process_single_paper(row, paper_id, addresses, aggregate_citations, unknown_ fn = 'datasets/s2/search_papers/{}.json'.format(dataset) if not os.path.exists(fn): return - print('>> {} {}'.format(data['paperId'], 'search results')) with open(fn, 'r') as f: citations = json.load(f) data = { 'citations': [ { 'paperId': paperId } for paperId in citations ] } |
