fix variable name

This commit is contained in:
Andy Eschbacher 2016-06-21 17:41:52 -04:00
parent 7c4314a411
commit b62d7b32ef

View File

@ -67,7 +67,7 @@ def moran_local(subquery, attr,
# resulting in a collection of not as near neighbors
qvals = OrderedDict([("id_col", id_col),
("attr1", attr_name),
("attr1", attr),
("geom_col", geom_col),
("subquery", subquery),
("num_ngbrs", num_ngbrs)])