diff --git a/zipline/gens/transform.py b/zipline/gens/transform.py index 09f074ae..5651eea9 100644 --- a/zipline/gens/transform.py +++ b/zipline/gens/transform.py @@ -184,7 +184,7 @@ class EventWindow: if self.market_aware: self.drop_condition = self.out_of_market_window else: - self.drop_condition = self.out_of_timedelta + self.drop_condition = self.out_of_delta @abstractmethod def handle_add(self, event):