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