mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 19:54:45 +08:00
Date bookkeeping fixes in perf and risk
Issues appeared when we were close to the end of our historical data. Yielding DONE event with both perf and risk messages now
This commit is contained in:
@@ -39,7 +39,8 @@ class TestTransformAlgorithm(TestCase):
|
||||
)
|
||||
self.source = SpecificEquityTrades(event_list=trade_history)
|
||||
|
||||
self.df_source, self.df = factory.create_test_df_source()
|
||||
self.df_source, self.df = \
|
||||
factory.create_test_df_source(self.trading_environment)
|
||||
|
||||
def test_source_as_input(self):
|
||||
algo = TestRegisterTransformAlgorithm(sids=[133])
|
||||
|
||||
Reference in New Issue
Block a user