mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 07:20:07 +08:00
Merge pull request #1523 from quantopian/dispatch-reader-passes-asset
MAINT: Pass through asset instead of sid.
This commit is contained in:
@@ -96,7 +96,7 @@ class AssetDispatchBarReader(with_metaclass(ABCMeta)):
|
||||
|
||||
for i, asset in enumerate(assets):
|
||||
t = type(asset)
|
||||
sid_groups[t].append(asset.sid)
|
||||
sid_groups[t].append(asset)
|
||||
out_pos[t].append(i)
|
||||
|
||||
batched_arrays = {
|
||||
|
||||
Reference in New Issue
Block a user