mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
Removed list of trading days since we already have an OrderedDict
This commit is contained in:
@@ -62,7 +62,7 @@ check treasury and benchmark data in findb, and re-run the test."""
|
||||
self.oneday = datetime.timedelta(days=1)
|
||||
self.tradingday = datetime.timedelta(hours=6, minutes=30)
|
||||
|
||||
self.dt = self.trading_environment.trading_days[random_index]
|
||||
self.dt = self.trading_environment.trading_day_map.keys()[random_index]
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user