mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
:P adding commas
This commit is contained in:
parent
623613aa5c
commit
622235d787
@ -10,11 +10,11 @@ class PysalUtilsTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.params = OrderedDict([("id_col", "cartodb_id"),
|
||||
("attr1": "andy"),
|
||||
("attr2": "jay_z"),
|
||||
("subquery": "SELECT * FROM a_list"),
|
||||
("geom_col": "the_geom"),
|
||||
("num_ngbrs": 321)])
|
||||
("attr1", "andy"),
|
||||
("attr2", "jay_z"),
|
||||
("subquery", "SELECT * FROM a_list"),
|
||||
("geom_col", "the_geom"),
|
||||
("num_ngbrs", 321)])
|
||||
|
||||
self.params_array = {"id_col": "cartodb_id",
|
||||
"time_cols": ["_2013_dec", "_2014_jan", "_2014_feb"],
|
||||
|
Loading…
Reference in New Issue
Block a user