Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order

This commit is contained in:
fawce
2012-08-07 15:47:25 -04:00
+1
View File
@@ -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