Fix the tests

This commit is contained in:
Javier Goizueta
2016-02-17 11:46:29 +01:00
parent 43aa7ac977
commit 3ded7da1d8
10 changed files with 33 additions and 9 deletions
+2 -2
View File
@@ -17,6 +17,6 @@ RETURNS TABLE (
)
AS $$
from crankshaft.clustering import moran_local
-- TODO: use named parameters or a dictionary
# TODO: use named parameters or a dictionary
return moran_local(t, attr, significance, num_ngbrs, permutations, geom_column, id_col, w_type)
$$ LANGUAGE plpython2u;
$$ LANGUAGE plpythonu;