From 04c720fa12d6f6f603eb44062e782910031af967 Mon Sep 17 00:00:00 2001 From: Adrien Matissart Date: Thu, 5 Apr 2018 17:14:27 +0200 Subject: [PATCH] Corrections after review --- .gitignore | 2 +- README.md | 2 +- utils/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0894475..2cbf9ef 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ __pycache__ .pytest_cache data_volumetric.csv data_volumetric.json -cosmogony.geojson \ No newline at end of file +cosmogony.geojson diff --git a/README.md b/README.md index e5bab50..3ca204d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We want to compute the number of zones for each kind of zone and for each countr ### Compute and test against references values -You will need `python3` and a few dependancies you can install with `pipenv install`. +You will need `python3` and a few dependancies you can install with `pipenv install --three`. To compute the number of zones for each kind of zones (volumetric stats) and test them again reference values, just type: diff --git a/utils/__init__.py b/utils/__init__.py index 4b9903b..7e7e04e 100644 --- a/utils/__init__.py +++ b/utils/__init__.py @@ -1 +1 @@ -from .index import ZonesIndex, UnknownWikidataId \ No newline at end of file +from .index import ZonesIndex, UnknownWikidataId