From a0cb699b1a999f7753317b57f38e0826f2ca6c92 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 30 Mar 2016 16:06:44 -0400 Subject: [PATCH] updated move to pysal-utils --- src/py/crankshaft/crankshaft/clustering/moran.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/crankshaft/crankshaft/clustering/moran.py b/src/py/crankshaft/crankshaft/clustering/moran.py index 2a043c3..ff8ae00 100644 --- a/src/py/crankshaft/crankshaft/clustering/moran.py +++ b/src/py/crankshaft/crankshaft/clustering/moran.py @@ -174,7 +174,7 @@ def moran_local_rate(subquery, numerator, denominator, lisa = ps.esda.moran.Moran_Local_Rate(numer, denom, weight, permutations=permutations) - # find units of significance + # find quadrants for each geometry quads = quad_position(lisa.q) return zip(lisa.Is, quads, lisa.p_sim, weight.id_order, lisa.y)