BUG: cum_perfs defined but not used.

This commit is contained in:
Thomas Wiecki
2013-08-01 16:33:26 -04:00
parent 1635a54fb8
commit e1475cc24f
-1
View File
@@ -319,7 +319,6 @@ class TradingAlgorithm(object):
def _create_daily_stats(self, perfs):
# create daily and cumulative stats dataframe
daily_perfs = []
cum_perfs = []
# TODO: the loop here could overwrite expected properties
# of daily_perf. Could potentially raise or log a
# warning.