From a2f804d79f130bb4b3a276fcc56b7ef8c0882ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 22 Dec 2017 12:15:37 +0100 Subject: [PATCH] Use full-sample aggregation mode --- test/acceptance/aggregation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/aggregation.js b/test/acceptance/aggregation.js index 14040592..abb9a376 100644 --- a/test/acceptance/aggregation.js +++ b/test/acceptance/aggregation.js @@ -740,7 +740,7 @@ describe('aggregation', function () { sql: POINTS_SQL_1, resolution: 256, aggregation: { - placement: 'point-grid', + placement: 'full-sample', columns: { total: { aggregate_function: 'sum',