From b26a40b2980789019571129cae7c5b27e42f7e37 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 16 Feb 2016 11:50:10 -0500 Subject: [PATCH] BUG: Check against assets, not sids in pipeline output. --- tests/pipeline/test_column.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipeline/test_column.py b/tests/pipeline/test_column.py index 26d5e608..3cf08b48 100644 --- a/tests/pipeline/test_column.py +++ b/tests/pipeline/test_column.py @@ -38,7 +38,7 @@ class LatestTestCase(TestCase): return DataFrame( loader.values(column.dtype, self.calendar, self.sids)[slice_], index=self.calendar[slice_], - columns=self.sids, + columns=self.assets, ) def test_latest(self):