:P adding commas

This commit is contained in:
Andy Eschbacher 2016-08-29 16:52:40 -04:00
parent 623613aa5c
commit 622235d787

View File

@ -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"],