diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-09 16:14:10 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-09 16:14:10 +0100 |
| commit | 9425215cf52892419db074558fe656494a76ef18 (patch) | |
| tree | 1dbcd050ed3f01bb4a65dd67103befb6bf7b6aa2 /scraper | |
| parent | d2156f46da4c53c98b39c6eadc515c6ff08f9421 (diff) | |
s2-geocode.py
Diffstat (limited to 'scraper')
| -rw-r--r-- | scraper/s2-geocode.py | 2 |
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) |
