mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
DEP: Removes use of 'count'-defined test sources
Test sources are now defined by the sim_params period_start and period_end, rather than by the period_start and a defined 'count' of bars. This allows us to consider the sim_params.period_end as the canonical definition of the end of a simulation.
This commit is contained in:
@@ -135,7 +135,6 @@ class TestMiscellaneousAPI(TestCase):
|
||||
)
|
||||
self.source = factory.create_minutely_trade_source(
|
||||
sids,
|
||||
trade_count=100,
|
||||
sim_params=self.sim_params,
|
||||
concurrent=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user