update tests to remove plpy notices
This commit is contained in:
parent
e56519f599
commit
5a46f65e59
@ -124,12 +124,6 @@ SELECT ppoints.code, m.quads
|
|||||||
JOIN cdb_crankshaft.CDB_AreasOfInterest_Local('SELECT * FROM ppoints', 'value') m
|
JOIN cdb_crankshaft.CDB_AreasOfInterest_Local('SELECT * FROM ppoints', 'value') m
|
||||||
ON ppoints.cartodb_id = m.ids
|
ON ppoints.cartodb_id = m.ids
|
||||||
ORDER BY ppoints.code;
|
ORDER BY ppoints.code;
|
||||||
NOTICE: ** Constructing query
|
|
||||||
CONTEXT: PL/Python function "cdb_areasofinterest_local"
|
|
||||||
NOTICE: ** Query returned with 52 rows
|
|
||||||
CONTEXT: PL/Python function "cdb_areasofinterest_local"
|
|
||||||
NOTICE: ** Finished calculations
|
|
||||||
CONTEXT: PL/Python function "cdb_areasofinterest_local"
|
|
||||||
code | quads
|
code | quads
|
||||||
------+-------
|
------+-------
|
||||||
01 | HH
|
01 | HH
|
||||||
@ -197,12 +191,6 @@ SELECT ppoints2.code, m.quads
|
|||||||
JOIN cdb_crankshaft.CDB_AreasOfInterest_Local_Rate('SELECT * FROM ppoints2', 'numerator', 'denominator') m
|
JOIN cdb_crankshaft.CDB_AreasOfInterest_Local_Rate('SELECT * FROM ppoints2', 'numerator', 'denominator') m
|
||||||
ON ppoints2.cartodb_id = m.ids
|
ON ppoints2.cartodb_id = m.ids
|
||||||
ORDER BY ppoints2.code;
|
ORDER BY ppoints2.code;
|
||||||
NOTICE: ** Constructing query
|
|
||||||
CONTEXT: PL/Python function "cdb_areasofinterest_local_rate"
|
|
||||||
NOTICE: ** Query returned with 51 rows
|
|
||||||
CONTEXT: PL/Python function "cdb_areasofinterest_local_rate"
|
|
||||||
NOTICE: ** Finished calculations
|
|
||||||
CONTEXT: PL/Python function "cdb_areasofinterest_local_rate"
|
|
||||||
code | quads
|
code | quads
|
||||||
------+-------
|
------+-------
|
||||||
01 | LL
|
01 | LL
|
||||||
|
Loading…
Reference in New Issue
Block a user