summaryrefslogtreecommitdiff
path: root/scraper
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2019-05-03 19:19:59 +0200
committerjules@lens <julescarbon@gmail.com>2019-05-03 19:19:59 +0200
commit23b68e614f2575197e4368bd8c620400f3196dd2 (patch)
tree07817dc6ec3dc49f6a567158fcafd1aa7bd20e8d /scraper
parent82acdc30dacae48d3f61210cdc5dd9860b61485d (diff)
parentec6d465aa0f0b843502f186b1437f11ac738a962 (diff)
Merge branch 'master' of asdf.us:megapixels_dev
Diffstat (limited to 'scraper')
-rw-r--r--scraper/s2-final-report.py1
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 ] }