Removed list of trading days since we already have an OrderedDict

This commit is contained in:
Richard Frank
2012-12-12 15:23:26 -05:00
parent 4981c67c31
commit e7b504f4ca
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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