BUG: Check against assets, not sids in pipeline output.

This commit is contained in:
Scott Sanderson
2016-02-16 11:50:10 -05:00
parent f27b415c83
commit b26a40b298
+1 -1
View File
@@ -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):