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:
jfkirk
2015-05-28 12:29:33 -04:00
parent b24bd561e7
commit 9996502573
7 changed files with 41 additions and 73 deletions
-1
View File
@@ -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,
)