Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69713ecb0a | ||
|
|
d07822c7a0 | ||
|
|
154d1a674d |
@@ -55,3 +55,7 @@ sudo make install
|
||||
# Run the tests against the installed extension.
|
||||
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),
|
||||
("attr1", numerator),
|
||||
("attr2", denominator)
|
||||
("attr2", denominator),
|
||||
("geom_col", geom_col),
|
||||
("subquery", subquery),
|
||||
("num_ngbrs", num_ngbrs)])
|
||||
|
||||
Reference in New Issue
Block a user