summaryrefslogtreecommitdiff
path: root/scraper
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-09 16:14:10 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-09 16:14:10 +0100
commit9425215cf52892419db074558fe656494a76ef18 (patch)
tree1dbcd050ed3f01bb4a65dd67103befb6bf7b6aa2 /scraper
parentd2156f46da4c53c98b39c6eadc515c6ff08f9421 (diff)
s2-geocode.py
Diffstat (limited to 'scraper')
-rw-r--r--scraper/s2-geocode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/s2-geocode.py b/scraper/s2-geocode.py
index b9c31d64..ae01c791 100644
--- a/scraper/s2-geocode.py
+++ b/scraper/s2-geocode.py
@@ -39,7 +39,7 @@ def s2_geocode(fn):
invalid = read_csv('./reports/doi_institutions_not_found.csv', keys=False, create=True)
valid_names = [row[0] for row in valid]
invalid_names = [row[0] for row in invalid]
- random.shuffle(rows)
+ #random.shuffle(rows)
for i, row in enumerate(rows):
name = row[2]
name = remove_department_name(name)