MAINT: Fixes comment about returned performance types.

The simulator had been changed to return dictionary objects instead
of ndicts.
This commit is contained in:
Eddie Hebert
2013-03-19 20:56:56 -04:00
parent 50e0334b3d
commit a645b2a86e
+1 -1
View File
@@ -220,7 +220,7 @@ class TradingAlgorithm(object):
self.gen = self._create_generator(self.sim_params)
# loop through simulated_trading, each iteration returns a
# perf ndict
# perf dictionary
perfs = list(self.gen)
# convert perf ndict to pandas dataframe