From 1959a8388cc9c078850f4c8fdf21f1cdb7c931ef Mon Sep 17 00:00:00 2001 From: scottsanderson Date: Tue, 7 Aug 2012 15:42:33 -0400 Subject: [PATCH] re-commit for fawce --- zipline/gens/transform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zipline/gens/transform.py b/zipline/gens/transform.py index 5651eea9..ee3d1621 100644 --- a/zipline/gens/transform.py +++ b/zipline/gens/transform.py @@ -213,6 +213,7 @@ class EventWindow: # oldest newest # | | # V V + import nose.tools; nose.tools.set_trace() while self.drop_condition(self.ticks[0].dt, self.ticks[-1].dt): # popleft removes and returns the oldest tick in self.ticks