diff options
| -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) |
