From 5a46f65e5916fb88ebf185fce240c49a4fdcca4b Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 30 Mar 2016 08:09:48 -0400 Subject: [PATCH] update tests to remove plpy notices --- src/pg/test/expected/02_moran_test.out | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/pg/test/expected/02_moran_test.out b/src/pg/test/expected/02_moran_test.out index 20b92cd..eb2afa5 100644 --- a/src/pg/test/expected/02_moran_test.out +++ b/src/pg/test/expected/02_moran_test.out @@ -124,12 +124,6 @@ SELECT ppoints.code, m.quads JOIN cdb_crankshaft.CDB_AreasOfInterest_Local('SELECT * FROM ppoints', 'value') m ON ppoints.cartodb_id = m.ids 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 ------+------- 01 | HH @@ -197,12 +191,6 @@ SELECT ppoints2.code, m.quads JOIN cdb_crankshaft.CDB_AreasOfInterest_Local_Rate('SELECT * FROM ppoints2', 'numerator', 'denominator') m ON ppoints2.cartodb_id = m.ids 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 ------+------- 01 | LL