Skip to content

Commit

Permalink
Corrections after review
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed Apr 5, 2018
1 parent 900f091 commit 04c720f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ __pycache__
.pytest_cache
data_volumetric.csv
data_volumetric.json
cosmogony.geojson
cosmogony.geojson
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .index import ZonesIndex, UnknownWikidataId
from .index import ZonesIndex, UnknownWikidataId

0 comments on commit 04c720f

Please sign in to comment.