fix variable name
This commit is contained in:
parent
7c4314a411
commit
b62d7b32ef
@ -67,7 +67,7 @@ def moran_local(subquery, attr,
|
|||||||
# resulting in a collection of not as near neighbors
|
# resulting in a collection of not as near neighbors
|
||||||
|
|
||||||
qvals = OrderedDict([("id_col", id_col),
|
qvals = OrderedDict([("id_col", id_col),
|
||||||
("attr1", attr_name),
|
("attr1", attr),
|
||||||
("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