mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 16:15:18 +08:00
TST: Reconciles tests with asset management system
This commit is contained in:
@@ -112,7 +112,10 @@ class TestChangeOfSids(TestCase):
|
||||
)
|
||||
|
||||
def test_all_sids_passed(self):
|
||||
algo = BatchTransformAlgorithmSetSid(sim_params=self.sim_params)
|
||||
algo = BatchTransformAlgorithmSetSid(
|
||||
sim_params=self.sim_params,
|
||||
identifiers=[i for i in range(0, 90)]
|
||||
)
|
||||
source = DifferentSidSource()
|
||||
algo.run(source)
|
||||
for i, (df, date) in enumerate(zip(algo.history, source.trading_days)):
|
||||
|
||||
Reference in New Issue
Block a user