mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 12:53:36 +08:00
Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user