removed old refs

This commit is contained in:
fawce
2012-09-14 19:42:55 -04:00
parent fe8e107c59
commit 1267f66dbe
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -66,7 +66,6 @@ class FinanceTestCase(TestCase):
period_start = datetime(2008, 1, 1, tzinfo = pytz.utc),
period_end = datetime(2008, 12, 31, tzinfo = pytz.utc),
capital_base = 100000,
max_drawdown = 0.50
)
#holidays taken from: http://www.nyse.com/press/1191407641943.html
new_years = datetime(2008, 1, 1, tzinfo = pytz.utc)