mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
BUG: Check against assets, not sids in pipeline output.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user