From 832c93134f3d75c5ba695e86252380e02e152dea Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Wed, 20 Mar 2013 22:18:30 -0400 Subject: [PATCH] MAINT: Removes comment referreing to removed started_at member. --- zipline/finance/performance.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zipline/finance/performance.py b/zipline/finance/performance.py index 3b2c1cdd..b11017be 100644 --- a/zipline/finance/performance.py +++ b/zipline/finance/performance.py @@ -33,8 +33,6 @@ Performance Tracking +-----------------+----------------------------------------------------+ | progress | percentage of test completed | +-----------------+----------------------------------------------------+ - | started_at | datetime in utc marking the start of this test | - +-----------------+----------------------------------------------------+ | capital_base | The initial capital assumed for this tracker. | +-----------------+----------------------------------------------------+ | cumulative_perf | A dictionary representing the cumulative |