mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
Merge branch 'develop' of github.com:CartoDB/crankshaft into add-PIA
This commit is contained in:
commit
3bfdb8d3cc
@ -55,3 +55,7 @@ sudo make install
|
|||||||
# Run the tests against the installed extension.
|
# Run the tests against the installed extension.
|
||||||
make test
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Submitting contributions
|
||||||
|
|
||||||
|
Before opening a pull request (or submitting a contribution) you will need to sign a Contributor License Agreement (CLA) before making a submission, [learn more here](https://carto.com/contributions).
|
||||||
|
@ -88,7 +88,7 @@ class Moran:
|
|||||||
"""
|
"""
|
||||||
params = OrderedDict([("id_col", id_col),
|
params = OrderedDict([("id_col", id_col),
|
||||||
("attr1", numerator),
|
("attr1", numerator),
|
||||||
("attr2", denominator)
|
("attr2", denominator),
|
||||||
("geom_col", geom_col),
|
("geom_col", geom_col),
|
||||||
("subquery", subquery),
|
("subquery", subquery),
|
||||||
("num_ngbrs", num_ngbrs)])
|
("num_ngbrs", num_ngbrs)])
|
||||||
|
Loading…
Reference in New Issue
Block a user