mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-08 18:22:54 +08:00
MAINT: Fixes comment about perf type.
This commit is contained in:
@@ -223,7 +223,7 @@ class TradingAlgorithm(object):
|
||||
# perf dictionary
|
||||
perfs = list(self.gen)
|
||||
|
||||
# convert perf ndict to pandas dataframe
|
||||
# convert perf dict to pandas dataframe
|
||||
daily_stats = self._create_daily_stats(perfs)
|
||||
|
||||
return daily_stats
|
||||
|
||||
Reference in New Issue
Block a user