fixed test expectation value
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
WITH data AS (
|
||||
SELECT array_agg(x) s FROM generate_series(1,300) x
|
||||
SELECT array_agg(x::numeric) s FROM generate_series(1,300) x
|
||||
WHERE x % 5 != 0 AND x % 7 != 0
|
||||
)
|
||||
SELECT round(unnest(CDB_EqualIntervalBins(s, 7)),7) FROM data
|
||||
Reference in New Issue
Block a user